Tenncor
|
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... | |
#define LAYR_CONV_HPP |
conv.hpp layr
Purpose: Implement convolutional layer