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

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

active() constopennn::BatchNormOpinline
apply_delta(const TensorView &input, const TensorView &mean, const TensorView &inverse_variance, TensorView &delta) constopennn::BatchNormOp
back_propagate(ForwardPropagation &fp, BackPropagation &bp, size_t layer) const noexcept overrideopennn::BatchNormOpvirtual
betaopennn::BatchNormOp
beta_gradientopennn::BatchNormOp
destroy_cuda()opennn::Operatorinlinevirtual
featuresopennn::BatchNormOp
forward_propagate(ForwardPropagation &fp, size_t layer, bool is_training) noexcept overrideopennn::BatchNormOpvirtual
from_JSON(const Json *parent) overrideopennn::BatchNormOpvirtual
gammaopennn::BatchNormOp
gamma_gradientopennn::BatchNormOp
get_input(ForwardPropagation &fp, size_t layer, size_t i=0) const noexceptopennn::Operatorinline
get_input_delta(BackPropagation &bp, size_t layer, size_t i=0) const noexceptopennn::Operatorinline
get_inputs(ForwardPropagation &fp, size_t layer, size_t i=0) const noexceptopennn::Operatorinline
get_output(ForwardPropagation &fp, size_t layer, size_t i=0) const noexceptopennn::Operatorinline
get_output_delta(BackPropagation &bp, size_t layer, size_t i=0) const noexceptopennn::Operatorinline
init_defaults()opennn::BatchNormOp
input_delta_slotsopennn::Operator
input_slotsopennn::Operator
invalidate_inference_cache()opennn::BatchNormOpinline
link_gradients(span< const TensorView > views) overrideopennn::BatchNormOpvirtual
link_parameters(span< const TensorView > views) overrideopennn::BatchNormOpvirtual
link_states(span< const TensorView > views) overrideopennn::BatchNormOpvirtual
load_state_from_JSON(const Json *parent) overrideopennn::BatchNormOpvirtual
momentumopennn::BatchNormOp
output_delta_slotsopennn::Operator
output_slotsopennn::Operator
parameter_specs() const overrideopennn::BatchNormOpvirtual
running_meanopennn::BatchNormOp
running_varianceopennn::BatchNormOp
set(Index new_features, float new_momentum=0.1f)opennn::BatchNormOp
set_parameters_glorot() overrideopennn::BatchNormOpinlinevirtual
set_parameters_random() overrideopennn::BatchNormOpinlinevirtual
state_specs() const overrideopennn::BatchNormOpvirtual
to_JSON(JsonWriter &w) const overrideopennn::BatchNormOpvirtual
update_inference_cache()opennn::BatchNormOp
~Operator()=defaultopennn::Operatorvirtual