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

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

back_propagate(ForwardPropagation &fp, BackPropagation &bp, size_t i) const noexceptopennn::Layerinlinevirtual
Backward enum nameopennn::Layerprotected
compute_dtypeopennn::Layerprotected
Dense(const Shape &={}, const Shape &={}, const string &="Tanh", bool=false, const string &="dense_layer")opennn::Dense
forward_propagate(ForwardPropagation &fp, size_t layer, bool is_training) noexceptopennn::Layerinlinevirtual
from_JSON(const JsonDocument &document)opennn::Layervirtual
get_activation_function() constopennn::Denseinline
get_backward_specs(Index batch_size) constopennn::Layerinlinevirtual
get_batch_normalization() constopennn::Denseinline
get_compute_dtype() constopennn::Layerinline
get_forward_specs(Index batch_size) const overrideopennn::Densevirtual
get_input_features() constopennn::Denseinline
get_input_shape() constopennn::Layerinlinevirtual
get_inputs_number() constopennn::Layerinline
get_is_trainable() constopennn::Layerinline
get_label() constopennn::Layerinline
get_momentum() constopennn::Denseinline
get_name() constopennn::Layerinline
get_operators() constopennn::Layerinline
get_output_activation() const overrideopennn::Denseinlinevirtual
get_output_shape() const overrideopennn::Densevirtual
get_outputs_number() constopennn::Layerinline
get_parameter_specs() constopennn::Layervirtual
get_parameter_views()opennn::Layerinline
get_parameter_views() constopennn::Layerinline
get_parameters_number() constopennn::Layer
get_sequence_length() constopennn::Denseinline
get_state_specs() constopennn::Layervirtual
get_type() constopennn::Layerinline
input_shapeopennn::Layerprotected
InputDelta enum valueopennn::Layerprotected
is_trainableopennn::Layerprotected
labelopennn::Layerprotected
Layer()=defaultopennn::Layerprotected
Layer(LayerType t, bool trainable=true)opennn::Layerinlineprotected
layer_typeopennn::Layerprotected
link_gradients(float *pointer, vector< TensorView > &gradient_views)opennn::Layer
link_states(float *pointer)opennn::Layervirtual
link_views_to_operators(vector< TensorView > &views, float *pointer, vector< TensorSpec >(Operator::*specs_fn)() const, void(Operator::*link_fn)(span< const TensorView >))opennn::Layerprotected
load_state_from_JSON(const JsonDocument &document)opennn::Layervirtual
on_compute_dtype_changed() overrideopennn::Denseinlinevirtual
operatorsopennn::Layerprotected
OutputDelta enum valueopennn::Layerprotected
parametersopennn::Layerprotected
print() constopennn::Layerinlinevirtual
read_JSON_body(const Json *) overrideopennn::Densevirtual
redistribute_parameters_to_operators()opennn::Layer
set(const Shape &={}, const Shape &={}, const string &="Tanh", bool=false, const string &="dense_layer")opennn::Dense
set_activation_function(const string &)opennn::Dense
set_batch_normalization(bool enable)opennn::Dense
set_compute_dtype(Type new_compute_dtype)opennn::Layerinline
set_dropout_rate(float new_dropout_rate)opennn::Denseinline
set_input_shape(const Shape &) overrideopennn::Densevirtual
set_label(string new_label)opennn::Layerinline
set_momentum(float new_momentum)opennn::Dense
set_output_shape(const Shape &) overrideopennn::Densevirtual
statesopennn::Layerprotected
to_JSON(JsonWriter &writer) constopennn::Layervirtual
write_expression(const vector< string > &input_names, const vector< string > &output_names) const overrideopennn::Densevirtual
write_JSON_body(JsonWriter &) constopennn::Layerinlinevirtual
~Layer()=defaultopennn::Layervirtual