Tenncor
Classes | Namespaces | Macros | Typedefs | Variables
conv.hpp File Reference
#include "eteq/generated/api.hpp"
#include "layr/layer.hpp"
Include dependency graph for conv.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  layr::ConvBuilder
 Builder implementation for convolution layer. More...
 
struct  layr::Conv
 Layer implementation to apply conv2d functions to weight and optional bias. More...
 

Namespaces

 layr
 

Macros

#define LAYR_CONV_HPP
 

Typedefs

using layr::ConvptrT = std::shared_ptr< Conv >
 Smart pointer of convolutional layer. More...
 

Variables

const std::string layr::conv_weight_key = "weight"
 Convolutional weight label. More...
 
const std::string layr::conv_bias_key = "bias"
 Convolutional bias label. More...
 
const std::string layr::conv_layer_key
 Identifier for convolutional layer. More...
 

Macro Definition Documentation

◆ LAYR_CONV_HPP

#define LAYR_CONV_HPP

conv.hpp layr

Purpose: Implement convolutional layer