ConvolutionalLayerForwardPropagation Struct Reference
Inheritance diagram for ConvolutionalLayerForwardPropagation:
LayerForwardPropagation

Public Member Functions

 ConvolutionalLayerForwardPropagation (const Index &new_batch_samples_number, Layer *new_layer_pointer)
 
void set (const Index &new_batch_samples_number, Layer *new_layer_pointer)
 
void print () const
 
- Public Member Functions inherited from LayerForwardPropagation
 LayerForwardPropagation ()
 Default constructor. More...
 

Public Attributes

Tensor< type, 4 > combinations
 
Tensor< type, 4 > activations
 
Tensor< type, 4 > activations_derivatives
 
- Public Attributes inherited from LayerForwardPropagation
Index batch_samples_number = 0
 
Layerlayer_pointer = nullptr
 

Detailed Description

Definition at line 236 of file convolutional_layer.h.

Constructor & Destructor Documentation

◆ ConvolutionalLayerForwardPropagation() [1/2]

Definition at line 240 of file convolutional_layer.h.

◆ ConvolutionalLayerForwardPropagation() [2/2]

ConvolutionalLayerForwardPropagation ( const Index &  new_batch_samples_number,
Layer new_layer_pointer 
)
inlineexplicit

Definition at line 247 of file convolutional_layer.h.

Member Function Documentation

◆ print()

void print ( ) const
inlinevirtual

Reimplemented from LayerForwardPropagation.

Definition at line 273 of file convolutional_layer.h.

◆ set()

void set ( const Index &  new_batch_samples_number,
Layer new_layer_pointer 
)
inlinevirtual

Reimplemented from LayerForwardPropagation.

Definition at line 254 of file convolutional_layer.h.

Member Data Documentation

◆ activations

Tensor<type, 4> activations

Definition at line 280 of file convolutional_layer.h.

◆ activations_derivatives

Tensor<type, 4> activations_derivatives

Definition at line 281 of file convolutional_layer.h.

◆ combinations

Tensor<type, 4> combinations

Definition at line 279 of file convolutional_layer.h.


The documentation for this struct was generated from the following file: