Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila::Dnn::MLPConfig Member List
This is the complete list of members for
Mila::Dnn::MLPConfig
, including all inherited members.
activation_type_
Mila::Dnn::MLPConfig
private
dropout_
Mila::Dnn::MLPConfig
private
fuse_operations_
Mila::Dnn::MLPConfig
private
getActivationType
() const
Mila::Dnn::MLPConfig
inline
getDropout
() const
Mila::Dnn::MLPConfig
inline
getHiddenSize
() const
Mila::Dnn::MLPConfig
inline
getInputFeatures
() const
Mila::Dnn::MLPConfig
inline
getInputShape
() const
Mila::Dnn::MLPConfig
inline
getName
() const
Mila::Dnn::ComponentConfig
inline
getPrecision
() const
Mila::Dnn::ComponentConfig
inline
has_bias_
Mila::Dnn::MLPConfig
private
hasBias
() const
Mila::Dnn::MLPConfig
inline
hidden_size_
Mila::Dnn::MLPConfig
private
input_features_
Mila::Dnn::MLPConfig
private
input_shape_
Mila::Dnn::MLPConfig
private
is_training_
Mila::Dnn::ComponentConfig
protected
isTraining
() const
Mila::Dnn::ComponentConfig
inline
MLPConfig
(const std::vector< size_t > &input_shape, size_t hidden_size)
Mila::Dnn::MLPConfig
inline
MLPConfig
(size_t input_features, size_t hidden_size)
Mila::Dnn::MLPConfig
inline
name_
Mila::Dnn::ComponentConfig
protected
precision_
Mila::Dnn::ComponentConfig
protected
use_layer_norm_
Mila::Dnn::MLPConfig
private
use_residual_
Mila::Dnn::MLPConfig
private
useFusedOperations
() const
Mila::Dnn::MLPConfig
inline
useLayerNorm
() const
Mila::Dnn::MLPConfig
inline
useResidual
() const
Mila::Dnn::MLPConfig
inline
validate
() const
Mila::Dnn::MLPConfig
inline
virtual
withActivation
(ActivationType activation)
Mila::Dnn::MLPConfig
inline
withBias
(bool has_bias)
Mila::Dnn::MLPConfig
inline
withDropout
(float dropout)
Mila::Dnn::MLPConfig
inline
withFusedOperations
(bool fuse_ops)
Mila::Dnn::MLPConfig
inline
withLayerNorm
(bool use_layer_norm)
Mila::Dnn::MLPConfig
inline
withName
(this Self &&self, std::string name)
Mila::Dnn::ComponentConfig
inline
withPrecision
(this Self &&self, ComputePrecision::Policy policy)
Mila::Dnn::ComponentConfig
inline
withResidual
(bool use_residual)
Mila::Dnn::MLPConfig
inline
withTraining
(this Self &&self, bool is_training)
Mila::Dnn::ComponentConfig
inline
~ComponentConfig
()=default
Mila::Dnn::ComponentConfig
virtual
Generated by
1.9.8