ConvolutionalLayer Member List

This is the complete list of members for ConvolutionalLayer, including all inherited members.

A_B (defined in Layer)Layerprotected
A_BT (defined in Layer)Layerprotected
activation_function (defined in ConvolutionalLayer)ConvolutionalLayerprotected
ActivationFunction enum nameConvolutionalLayer
AT_B (defined in Layer)Layerprotected
biasesConvolutionalLayerprotected
binary(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
binary(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
calculate_activations(const Tensor< type, 4 > &, Tensor< type, 4 > &) constConvolutionalLayer
calculate_activations_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_convolutions(const Tensor< type, 4 > &, Tensor< type, 4 > &) constConvolutionalLayer
calculate_convolutions(const Tensor< type, 4 > &, const Tensor< type, 2 > &, const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_error_gradient(const Tensor< type, 4 > &, LayerForwardPropagation *, LayerBackPropagation &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_error_gradient(const Tensor< type, 2 > &, LayerForwardPropagation *, LayerBackPropagation &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_error_gradient(const Tensor< type, 2 > &, LayerForwardPropagation *, LayerBackPropagation *) const (defined in Layer)Layerinlinevirtual
calculate_error_gradient(const Tensor< type, 4 > &, LayerForwardPropagation *, LayerBackPropagation *) const (defined in Layer)Layerinlinevirtual
calculate_hidden_delta(Layer *, LayerForwardPropagation *, const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_hidden_delta(LayerForwardPropagation *, LayerBackPropagation *, LayerBackPropagation *) const (defined in Layer)Layerinlinevirtual
calculate_hidden_delta_convolutional(ConvolutionalLayer *, const Tensor< type, 4 > &, const Tensor< type, 4 > &, const Tensor< type, 4 > &, Tensor< type, 2 > &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_hidden_delta_lm(LayerForwardPropagation *, LayerBackPropagationLM *, LayerBackPropagationLM *) const (defined in Layer)Layerinlinevirtual
calculate_hidden_delta_perceptron(const PerceptronLayer *, const Tensor< type, 4 > &, const Tensor< type, 2 > &, const Tensor< type, 2 > &, Tensor< type, 2 > &) constConvolutionalLayer
calculate_hidden_delta_pooling(PoolingLayer *, const Tensor< type, 4 > &, const Tensor< type, 4 > &, const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_hidden_delta_probabilistic(ProbabilisticLayer *, const Tensor< type, 4 > &, const Tensor< type, 4 > &, const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in ConvolutionalLayer)ConvolutionalLayer
calculate_outputs(const Tensor< type, 4 > &, Tensor< type, 4 > &)ConvolutionalLayer
calculate_outputs(const Tensor< type, 2 > &) (defined in Layer)Layervirtual
calculate_outputs_4D(const Tensor< type, 4 > &) (defined in Layer)Layerinlinevirtual
calculate_outputs_from4D(const Tensor< type, 4 > &) (defined in Layer)Layerinlinevirtual
calculate_squared_errors_Jacobian_lm(const Tensor< type, 2 > &, LayerForwardPropagation *, LayerBackPropagationLM *) (defined in Layer)Layerinlinevirtual
column_stride (defined in ConvolutionalLayer)ConvolutionalLayerprotected
competitive(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
competitive(const Tensor< type, 2 > &, Tensor< type, 2 > &) constLayerprotected
convolution_type (defined in ConvolutionalLayer)ConvolutionalLayerprotected
ConvolutionalLayer()ConvolutionalLayerexplicit
ConvolutionalLayer(const Tensor< Index, 1 > &, const Tensor< Index, 1 > &)ConvolutionalLayerexplicit
ConvolutionType enum name (defined in ConvolutionalLayer)ConvolutionalLayer
exponential_linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
exponential_linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
exponential_linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
exponential_linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
exponential_linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
exponential_linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
forward_propagate(const Tensor< type, 4 > &, LayerForwardPropagation *) (defined in ConvolutionalLayer)ConvolutionalLayervirtual
forward_propagate(const Tensor< type, 2 > &, LayerForwardPropagation *) (defined in ConvolutionalLayer)ConvolutionalLayervirtual
forward_propagate(const Tensor< type, 4 > &, Tensor< type, 1 >, LayerForwardPropagation *) (defined in ConvolutionalLayer)ConvolutionalLayervirtual
forward_propagate(const Tensor< type, 2 > &, Tensor< type, 1 >, LayerForwardPropagation *) (defined in ConvolutionalLayer)ConvolutionalLayervirtual
from_XML(const tinyxml2::XMLDocument &) (defined in Layer)Layerinlinevirtual
get_activation_function() constConvolutionalLayer
get_biases() constConvolutionalLayer
get_column_stride() constConvolutionalLayer
get_convolution_type() constConvolutionalLayer
get_input_variables_dimensions() constConvolutionalLayer
get_inputs_channels_number() constConvolutionalLayer
get_inputs_columns_number() constConvolutionalLayer
get_inputs_number() constConvolutionalLayervirtual
get_inputs_rows_number() constConvolutionalLayer
get_kernels_channels_number() constConvolutionalLayer
get_kernels_columns_number() constConvolutionalLayer
get_kernels_number() constConvolutionalLayer
get_kernels_rows_number() constConvolutionalLayer
get_name() const (defined in Layer)Layerinline
get_neurons_number() constConvolutionalLayervirtual
get_outputs_columns_number() constConvolutionalLayer
get_outputs_dimensions() constConvolutionalLayer
get_outputs_rows_number() constConvolutionalLayer
get_padding_height() constConvolutionalLayer
get_padding_width() constConvolutionalLayer
get_parameters() constConvolutionalLayervirtual
get_parameters_number() constConvolutionalLayervirtual
get_row_stride() constConvolutionalLayer
get_synaptic_weights() constConvolutionalLayer
get_synaptic_weights_number() constConvolutionalLayervirtual
get_type() constLayer
get_type_string() constLayer
hard_sigmoid(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hard_sigmoid(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hard_sigmoid(const Tensor< type, 4 > &, Tensor< type, 4 > &) constLayerprotected
hard_sigmoid_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hard_sigmoid_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hard_sigmoid_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
input_variables_dimensions (defined in ConvolutionalLayer)ConvolutionalLayerprotected
insert_gradient(LayerBackPropagation *, const Index &, Tensor< type, 1 > &) const (defined in ConvolutionalLayer)ConvolutionalLayervirtual
insert_padding(const Tensor< type, 4 > &, Tensor< type, 4 > &)ConvolutionalLayer
insert_squared_errors_Jacobian_lm(LayerBackPropagationLM *, const Index &, Tensor< type, 2 > &) const (defined in Layer)Layerinlinevirtual
is_empty() constConvolutionalLayer
Layer() (defined in Layer)Layerinlineexplicit
layer_nameLayerprotected
layer_typeLayerprotected
linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
logistic(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
logistic(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
logistic(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 3 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
non_blocking_thread_pool (defined in Layer)Layerprotected
rectified_linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
rectified_linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
rectified_linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
rectified_linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
rectified_linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
rectified_linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
row_stride (defined in ConvolutionalLayer)ConvolutionalLayerprotected
scaled_exponential_linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
set(const Tensor< Index, 1 > &, const Tensor< Index, 1 > &)ConvolutionalLayer
set(const Tensor< type, 4 > &, const Tensor< type, 4 > &, const Tensor< type, 1 > &)ConvolutionalLayer
set_activation_function(const ActivationFunction &)ConvolutionalLayer
set_biases(const Tensor< type, 1 > &)ConvolutionalLayer
set_biases_constant(const type &)ConvolutionalLayer
set_column_stride(const Index &)ConvolutionalLayer
set_convolution_type(const ConvolutionType &)ConvolutionalLayer
set_inputs_number(const Index &) (defined in Layer)Layervirtual
set_neurons_number(const Index &) (defined in Layer)Layervirtual
set_parameters(const Tensor< type, 1 > &, const Index &index)ConvolutionalLayervirtual
set_parameters_constant(const type &)ConvolutionalLayervirtual
set_parameters_random() (defined in ConvolutionalLayer)ConvolutionalLayervirtual
set_row_stride(const Index &)ConvolutionalLayer
set_synaptic_weights(const Tensor< type, 4 > &)ConvolutionalLayer
set_synaptic_weights_constant(const type &)ConvolutionalLayer
set_threads_number(const int &) (defined in Layer)Layer
soft_plus(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_plus(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_plus(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
soft_plus_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_plus_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_plus_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
soft_sign(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_sign(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_sign(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
soft_sign_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_sign_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_sign_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
softmax(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
softmax(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
softmax_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 3 > &) const (defined in Layer)Layerprotected
symmetric_threshold(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
symmetric_threshold(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
symmetric_threshold(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
symmetric_threshold_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
symmetric_threshold_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
symmetric_threshold_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
synaptic_weightsConvolutionalLayerprotected
thread_pool_device (defined in Layer)Layerprotected
threshold(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
threshold(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
threshold(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
threshold_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
threshold_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
threshold_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
to_2d(const Tensor< type, 4 > &, Tensor< type, 2 > &) const (defined in ConvolutionalLayer)ConvolutionalLayer
Type enum nameLayer
write_expression(const Tensor< string, 1 > &, const Tensor< string, 1 > &) const (defined in Layer)Layerinlinevirtual
write_expression_c() const (defined in Layer)Layerinlinevirtual
write_expression_python() const (defined in Layer)Layerinlinevirtual
write_XML(tinyxml2::XMLPrinter &) const (defined in Layer)Layerinlinevirtual
~Layer() (defined in Layer)Layervirtual