Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila::Dnn::FusedComponent< TDeviceType, TPrecision > Member List

This is the complete list of members for Mila::Dnn::FusedComponent< TDeviceType, TPrecision >, including all inherited members.

backward(const ITensor &input, const ITensor &output_grad, ITensor &input_grad)Mila::Dnn::FusedComponent< TDeviceType, TPrecision >inline
build(const BuildContext &context) finalMila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
build_context_Mila::Dnn::Component< TDeviceType, TPrecision >protected
built_Mila::Dnn::Component< TDeviceType, TPrecision >private
Component(const std::string &name)Mila::Dnn::Component< TDeviceType, TPrecision >inlineexplicit
ComponentBase typedefMila::Dnn::FusedComponent< TDeviceType, TPrecision >
ensureBuilt(const char *method) constMila::Dnn::Component< TDeviceType, TPrecision >inlineprivate
exec_context_Mila::Dnn::FusedComponent< TDeviceType, TPrecision >private
forward(const ITensor &input, ITensor &output)Mila::Dnn::FusedComponent< TDeviceType, TPrecision >inline
FusedComponent(const std::string &fused_op_name, const std::vector< std::shared_ptr< ComponentBase > > &original_components, IExecutionContext *exec_context)Mila::Dnn::FusedComponent< TDeviceType, TPrecision >inline
getDeviceId() const overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlinevirtual
getDeviceType()Mila::Dnn::Component< TDeviceType, TPrecision >inlinestatic
getExecutionContext() constMila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
getGradients() const overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlinevirtual
getMemoryStats() const =0Mila::Dnn::Component< TDeviceType, TPrecision >pure virtual
getName() constMila::Dnn::Component< TDeviceType, TPrecision >inline
getParameterNames() constMila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
getParameters() const overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlinevirtual
getPrecision() noexceptMila::Dnn::Component< TDeviceType, TPrecision >inlinestatic
getRuntimeMode() const noexceptMila::Dnn::Component< TDeviceType, TPrecision >inline
getTrainingMode() const noexceptMila::Dnn::Component< TDeviceType, TPrecision >inline
getType() const =0Mila::Dnn::Component< TDeviceType, TPrecision >pure virtual
hasExecutionContext() const noexceptMila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
isBuilt() const finalMila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
isIdentifier(const std::string &s) noexceptMila::Dnn::Component< TDeviceType, TPrecision >inlineprivatestatic
isInferenceMode() const noexceptMila::Dnn::Component< TDeviceType, TPrecision >inline
isTrainingMode() const noexceptMila::Dnn::Component< TDeviceType, TPrecision >inline
loadParameter(const std::string &name, const Serialization::ITensorBlob &blob)Mila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
loadParameterFromBlob(const std::string &param_name, const Serialization::ITensorBlob &blob, Tensor< TParameterPrecision, TMemoryResource > &target, const shape_t &expected_shape)Mila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
name_Mila::Dnn::Component< TDeviceType, TPrecision >private
onBuilding(const shape_t &input_shape) overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inline
Mila::Dnn::Component::onBuilding(const BuildContext &config)Mila::Dnn::Component< TDeviceType, TPrecision >inlineprotectedvirtual
onExecutionContextSet()Mila::Dnn::Component< TDeviceType, TPrecision >inlineprotectedvirtual
onTrainingChanging(bool is_training) overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlineprotected
onTrainingModeChanging(TrainingMode mode)Mila::Dnn::Component< TDeviceType, TPrecision >inlineprotectedvirtual
operation_Mila::Dnn::FusedComponent< TDeviceType, TPrecision >private
OperationType typedefMila::Dnn::FusedComponent< TDeviceType, TPrecision >
original_components_Mila::Dnn::FusedComponent< TDeviceType, TPrecision >private
parameterCount() const overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlinevirtual
parameters_Mila::Dnn::FusedComponent< TDeviceType, TPrecision >private
save_(ModelArchive &archive, SerializationMode mode) const overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlinevirtual
setExecutionContext(IExecutionContext *context)Mila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
setTrainingMode(TrainingMode mode)Mila::Dnn::Component< TDeviceType, TPrecision >inline
synchronize() overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlinevirtual
toString() const overrideMila::Dnn::FusedComponent< TDeviceType, TPrecision >inlinevirtual
training_mode_Mila::Dnn::Component< TDeviceType, TPrecision >private
training_mode_mutex_Mila::Dnn::Component< TDeviceType, TPrecision >private
validateName(const std::string &name)Mila::Dnn::Component< TDeviceType, TPrecision >inlineprivatestatic
zeroGradients()Mila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
~Component()=defaultMila::Dnn::Component< TDeviceType, TPrecision >virtual