BoundingLayer Member List

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

A_B (defined in Layer)Layerprotected
A_BT (defined in Layer)Layerprotected
AT_B (defined in Layer)Layerprotected
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
bounding_methodBoundingLayerprotected
BoundingLayer()BoundingLayerexplicit
BoundingLayer(const Index &)BoundingLayerexplicit
BoundingMethod enum nameBoundingLayer
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(LayerForwardPropagation *, LayerBackPropagation *, LayerBackPropagation *) const (defined in Layer)Layerinlinevirtual
calculate_hidden_delta_lm(LayerForwardPropagation *, LayerBackPropagationLM *, LayerBackPropagationLM *) const (defined in Layer)Layerinlinevirtual
calculate_outputs(const Tensor< type, 2 > &)BoundingLayervirtual
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
competitive(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
competitive(const Tensor< type, 2 > &, Tensor< type, 2 > &) constLayerprotected
displayBoundingLayerprotected
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, 2 > &, LayerForwardPropagation *) (defined in Layer)Layerinlinevirtual
forward_propagate(const Tensor< type, 4 > &, LayerForwardPropagation *) (defined in Layer)Layerinlinevirtual
forward_propagate(const Tensor< type, 4 > &, Tensor< type, 1 >, LayerForwardPropagation *) (defined in Layer)Layerinlinevirtual
forward_propagate(const Tensor< type, 2 > &, Tensor< type, 1 >, LayerForwardPropagation *) (defined in Layer)Layerinlinevirtual
from_XML(const tinyxml2::XMLDocument &)BoundingLayervirtual
get_bounding_method() constBoundingLayer
get_inputs_number() constBoundingLayervirtual
get_lower_bound(const Index &) constBoundingLayer
get_lower_bounds() constBoundingLayer
get_name() const (defined in Layer)Layerinline
get_neurons_number() constBoundingLayervirtual
get_parameters() const (defined in Layer)Layervirtual
get_parameters_number() const (defined in Layer)Layervirtual
get_synaptic_weights_number() constLayervirtual
get_type() constLayer
get_type_string() constLayer
get_upper_bound(const Index &) constBoundingLayer
get_upper_bounds() constBoundingLayer
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
insert_gradient(LayerBackPropagation *, const Index &, Tensor< type, 1 > &) const (defined in Layer)Layerinlinevirtual
insert_squared_errors_Jacobian_lm(LayerBackPropagationLM *, const Index &, Tensor< type, 2 > &) const (defined in Layer)Layerinlinevirtual
is_empty() constBoundingLayer
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
lower_boundsBoundingLayerprotected
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
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()BoundingLayer
set(const Index &)BoundingLayer
set(const tinyxml2::XMLDocument &)BoundingLayer
set(const BoundingLayer &)BoundingLayer
set_bounding_method(const BoundingMethod &)BoundingLayer
set_bounding_method(const string &)BoundingLayer
set_default()BoundingLayer
set_display(const bool &)BoundingLayer
set_inputs_number(const Index &)BoundingLayervirtual
set_lower_bound(const Index &, const type &)BoundingLayer
set_lower_bounds(const Tensor< type, 1 > &)BoundingLayer
set_neurons_number(const Index &)BoundingLayervirtual
set_parameters(const Tensor< type, 1 > &, const Index &) (defined in Layer)Layervirtual
set_parameters_constant(const type &) (defined in Layer)Layervirtual
set_parameters_random() (defined in Layer)Layervirtual
set_threads_number(const int &) (defined in Layer)Layer
set_upper_bound(const Index &, const type &)BoundingLayer
set_upper_bounds(const Tensor< type, 1 > &)BoundingLayer
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
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
Type enum nameLayer
upper_boundsBoundingLayerprotected
write_bounding_method() constBoundingLayer
write_expression(const Tensor< string, 1 > &, const Tensor< string, 1 > &) constBoundingLayervirtual
write_expression_c() constBoundingLayervirtual
write_expression_python() constBoundingLayervirtual
write_XML(tinyxml2::XMLPrinter &) constBoundingLayervirtual
~BoundingLayer()BoundingLayervirtual
~Layer() (defined in Layer)Layervirtual