OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
opennn::Scaling Member List

This is the complete list of members for opennn::Scaling, including all inherited members.

back_propagate(ForwardPropagation &, BackPropagation &, size_t) const noexceptopennn::Layerinlinevirtual
compute_dtypeopennn::Layerprotected
distribute_to_operators(vector< TensorView > &views, void(Operator::*link)(const vector< TensorView > &), vector< pair< Shape, Type > >(Operator::*specs)() const)opennn::Layerprotected
forward_propagate(ForwardPropagation &, size_t, bool) noexcept overrideopennn::Scalingvirtual
from_JSON(const JsonDocument &document)opennn::Layervirtual
get_backward_dtypes(Index b) constopennn::Layerinline
get_backward_shapes(Index b) constopennn::Layerinline
get_backward_specs(Index batch_size) constopennn::Layerinlinevirtual
get_compute_dtype() constopennn::Layerinline
get_forward_dtypes(Index b) constopennn::Layerinline
get_forward_shapes(Index b) constopennn::Layerinline
get_forward_specs(Index batch_size) constopennn::Layerinlinevirtual
get_input_shape() const overrideopennn::Scalinginlinevirtual
get_inputs_number() constopennn::Layerinline
get_is_trainable() constopennn::Layerinline
get_label() constopennn::Layerinline
get_max_range() constopennn::Scalinginline
get_maximums() constopennn::Scaling
get_means() constopennn::Scaling
get_min_range() constopennn::Scalinginline
get_minimums() constopennn::Scaling
get_name() constopennn::Layerinline
get_operators() overrideopennn::Scalinginlinevirtual
get_output_activation() constopennn::Layerinlinevirtual
get_output_shape() const overrideopennn::Scalinginlinevirtual
get_outputs_number() constopennn::Layerinline
get_parameter_dtypes() constopennn::Layerinline
get_parameter_shapes() constopennn::Layerinline
get_parameter_specs() constopennn::Layervirtual
get_parameter_views()opennn::Layerinline
get_parameter_views() constopennn::Layerinline
get_parameters_number() constopennn::Layer
get_scalers() constopennn::Scalinginline
get_standard_deviations() constopennn::Scaling
get_state_shapes() constopennn::Layerinline
get_state_specs() constopennn::Layervirtual
get_state_views()opennn::Layerinline
get_state_views() constopennn::Layerinline
get_type() constopennn::Layerinline
is_first_layeropennn::Layerprotected
is_trainableopennn::Layerprotected
labelopennn::Layerprotected
Layer()=defaultopennn::Layerprotected
layer_typeopennn::Layerprotected
layersopennn::Layerprotected
link_parameters(float *pointer)opennn::Layervirtual
link_states(float *pointer)opennn::Layervirtual
link_views(float *pointer, const vector< Shape > &shapes, vector< TensorView > &views, const char *tag) constopennn::Layerprotected
load_state_from_JSON(const JsonDocument &document)opennn::Layervirtual
nameopennn::Layerprotected
on_compute_dtype_changed()opennn::Layerinlinevirtual
parametersopennn::Layerprotected
print() constopennn::Layerinlinevirtual
read_JSON_body(const Json *) overrideopennn::Scalingvirtual
redistribute_parameter_gradients_to_operators(vector< TensorView > &gradient_views)opennn::Layerinline
redistribute_parameters_to_operators()opennn::Layerinline
redistribute_states_to_operators()opennn::Layerinline
Scaling(const Shape &input_shape={})opennn::Scaling
set(const Shape &input_shape={})opennn::Scaling
set_compute_dtype(Type new_compute_dtype)opennn::Layerinline
set_descriptives(const vector< Descriptives > &)opennn::Scaling
set_input_shape(const Shape &) overrideopennn::Scalingvirtual
set_label(string new_label)opennn::Layerinline
set_min_max_range(float min, float max)opennn::Scalinginline
set_output_shape(const Shape &) overrideopennn::Scalingvirtual
set_scalers(const vector< string > &)opennn::Scaling
set_scalers(const string &)opennn::Scaling
statesopennn::Layerprotected
to_JSON(JsonWriter &writer) constopennn::Layervirtual
write_JSON_body(JsonWriter &) const overrideopennn::Scalingvirtual
write_mean_standard_deviation_expression(const vector< string > &inputs_names, const vector< string > &outputs_names) constopennn::Scaling
write_minimum_maximum_expression(const vector< string > &inputs_names, const vector< string > &outputs_names) constopennn::Scaling
write_no_scaling_expression(const vector< string > &inputs_names, const vector< string > &outputs_names) constopennn::Scaling
write_standard_deviation_expression(const vector< string > &inputs_names, const vector< string > &outputs_names) constopennn::Scaling
~Layer()=defaultopennn::Layervirtual