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

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

addComponent(ComponentPtr component)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
backward(const TensorType &input, const TensorType &output_grad)Mila::Dnn::MLP< TDeviceType, TPrecision >inline
build(const BuildContext &context) finalMila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
build_context_Mila::Dnn::Component< TDeviceType, TPrecision >protected
childCount() const noexceptMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
clearComponents()Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
Component(const std::string &name)Mila::Dnn::Component< TDeviceType, TPrecision >inlineexplicit
ComponentBase typedef (defined in Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >
ComponentPtr typedef (defined in Mila::Dnn::MLP< TDeviceType, TPrecision >)Mila::Dnn::MLP< TDeviceType, TPrecision >
CompositeComponent(const std::string &name)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlineexplicit
CompositeComponent(const CompositeComponent &)=delete (defined in Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >
CompositeComponent(CompositeComponent &&) noexcept=default (defined in Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >
CompositeComponentBase typedef (defined in Mila::Dnn::MLP< TDeviceType, TPrecision >)Mila::Dnn::MLP< TDeviceType, TPrecision >
decode(const TensorType &input) constMila::Dnn::MLP< TDeviceType, TPrecision >inline
findComponent(const std::string &path) constMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
forward(const TensorType &input)Mila::Dnn::MLP< TDeviceType, TPrecision >inline
GeluType typedef (defined in Mila::Dnn::MLP< TDeviceType, TPrecision >)Mila::Dnn::MLP< TDeviceType, TPrecision >
getComponent(const std::string &name) constMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
getComponentAs(const std::string &name) constMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlineprotected
getComponents() constMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
getDeviceId() const overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlinevirtual
getDeviceType()Mila::Dnn::Component< TDeviceType, TPrecision >inlinestatic
getExecutionContext() constMila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
getGradients() const overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlinevirtual
getMemoryStats() const overrideMila::Dnn::MLP< TDeviceType, TPrecision >inlinevirtual
getName() constMila::Dnn::Component< TDeviceType, TPrecision >inline
getParameterNames() constMila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
getParameters() const overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlinevirtual
getPrecision() noexceptMila::Dnn::Component< TDeviceType, TPrecision >inlinestatic
getRequiredMemory(const BuildContext &context) constMila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
getTrainingMode() const noexceptMila::Dnn::Component< TDeviceType, TPrecision >inline
getType() const overrideMila::Dnn::MLP< TDeviceType, TPrecision >inlinevirtual
hasChildren() const noexceptMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
hasComponent(const std::string &name) constMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
hasExecutionContext() const noexceptMila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
HostStagingMemoryResource typedefMila::Dnn::Component< TDeviceType, TPrecision >protected
isBuilt() const finalMila::Dnn::Component< TDeviceType, TPrecision >inlinevirtual
LinearType typedef (defined in Mila::Dnn::MLP< TDeviceType, TPrecision >)Mila::Dnn::MLP< TDeviceType, TPrecision >
load_(ModelArchive &archive, SerializationMode mode) overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlineprotectedvirtual
loadParameter(const std::string &, const Serialization::ITensorBlob &)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
MLP(const std::string &name, const MLPConfig &config, std::optional< DeviceId > device_id=std::nullopt)Mila::Dnn::MLP< TDeviceType, TPrecision >inlineexplicit
MR typedef (defined in Mila::Dnn::MLP< TDeviceType, TPrecision >)Mila::Dnn::MLP< TDeviceType, TPrecision >
onBuilding(const BuildContext &context) overrideMila::Dnn::MLP< TDeviceType, TPrecision >inlineprotectedvirtual
onExecutionContextSet() overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlineprotectedvirtual
onTrainingModeChanging(TrainingMode training_mode) overrideMila::Dnn::MLP< TDeviceType, TPrecision >inlineprotectedvirtual
operator=(const CompositeComponent &)=delete (defined in Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >
operator=(CompositeComponent &&) noexcept=default (defined in Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >
optimize()Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlineprotectedvirtual
parameterCount() const overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlinevirtual
removeComponent(const std::string &name)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
requireSerializableParameters() const overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlineprotectedvirtual
save_(ModelArchive &archive, SerializationMode mode) const override (defined in Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlineprotectedvirtual
saveFlatTensors(Serialization::SafeTensorsWriter &writer, const std::string &prefix, Serialization::TensorSavePass pass) const overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlinevirtual
saveParameterToArchive(ModelArchive &archive, const std::string &parameter_name, const Tensor< TParameterPrecision, TMemoryResource > &parameter) constMila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
saveParameterToWriter(Serialization::SafeTensorsWriter &writer, const std::string &flat_name, const Tensor< TParameterPrecision, TMemoryResource > &parameter, Serialization::TensorSavePass pass) constMila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
setExecutionContext(IExecutionContext *context)Mila::Dnn::Component< TDeviceType, TPrecision >inlineprotected
setTrainingMode(TrainingMode mode)Mila::Dnn::Component< TDeviceType, TPrecision >inline
synchronize() overrideMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inlinevirtual
TensorType typedef (defined in Mila::Dnn::MLP< TDeviceType, TPrecision >)Mila::Dnn::MLP< TDeviceType, TPrecision >
toString() const overrideMila::Dnn::MLP< TDeviceType, TPrecision >inlinevirtual
tryFindComponent(const std::string &path) constMila::Dnn::CompositeComponent< TDeviceType, TPrecision >inline
zeroGradients() overrideMila::Dnn::MLP< TDeviceType, TPrecision >inlinevirtual
~Component()=default (defined in Mila::Dnn::Component< TDeviceType, TPrecision >)Mila::Dnn::Component< TDeviceType, TPrecision >virtual
~CompositeComponent()=default (defined in Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >)Mila::Dnn::CompositeComponent< TDeviceType, TPrecision >virtual
~MLP() override=defaultMila::Dnn::MLP< TDeviceType, TPrecision >