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

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

back_propagate(ForwardPropagation &, BackPropagation &, size_t) const noexcept overrideopennn::Recurrentvirtual
Backward enum nameopennn::Layerprotected
compute_dtypeopennn::Layerprotected
Forward enum nameopennn::Layerprotected
forward_propagate(ForwardPropagation &, size_t, bool) noexcept overrideopennn::Recurrentvirtual
from_JSON(const JsonDocument &document)opennn::Layervirtual
get_activation_function() constopennn::Recurrentinline
get_backward_specs(Index batch_size) const overrideopennn::Recurrentvirtual
get_biases() constopennn::Recurrentinline
get_compute_dtype() constopennn::Layerinline
get_forward_specs(Index batch_size) const overrideopennn::Recurrentvirtual
get_input_shape() const overrideopennn::Recurrentinlinevirtual
get_input_weights() constopennn::Recurrentinline
get_inputs_number() constopennn::Layerinline
get_is_trainable() constopennn::Layerinline
get_label() constopennn::Layerinline
get_name() constopennn::Layerinline
get_operators() constopennn::Layerinline
get_output_activation() constopennn::Layerinlinevirtual
get_output_shape() const overrideopennn::Recurrentvirtual
get_outputs_number() constopennn::Layerinline
get_parameter_specs() const overrideopennn::Recurrentvirtual
get_parameter_views()opennn::Layerinline
get_parameter_views() constopennn::Layerinline
get_parameters_number() constopennn::Layer
get_recurrent_weights() constopennn::Recurrentinline
get_state_specs() constopennn::Layervirtual
get_type() constopennn::Layerinline
Input enum valueopennn::Layerprotected
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()opennn::Layerinlinevirtual
operatorsopennn::Layerprotected
Output enum valueopennn::Layerprotected
OutputDelta enum valueopennn::Layerprotected
parametersopennn::Layerprotected
print() constopennn::Layerinlinevirtual
read_JSON_body(const Json *) overrideopennn::Recurrentvirtual
Recurrent(const Shape &={0, 0}, const Shape &={0})opennn::Recurrent
redistribute_parameters_to_operators()opennn::Layer
set(const Shape &={}, const Shape &={})opennn::Recurrent
set_activation_function(const string &)opennn::Recurrent
set_compute_dtype(Type new_compute_dtype)opennn::Layerinline
set_input_shape(const Shape &) overrideopennn::Recurrentvirtual
set_label(string new_label)opennn::Layerinline
set_output_shape(const Shape &) overrideopennn::Recurrentvirtual
statesopennn::Layerprotected
to_JSON(JsonWriter &writer) constopennn::Layervirtual
write_expression(const vector< string > &input_names, const vector< string > &output_names) const overrideopennn::Recurrentvirtual
write_JSON_body(JsonWriter &) const overrideopennn::Recurrentvirtual
~Layer()=defaultopennn::Layervirtual