Inherits MachineLearning::ITrainingContext.
Public Attributes | |
| MlpInferenceContext | m_forward | 
| Used during the forward pass when calculating loss gradients.  | |
| AZStd::size_t | m_trainingSampleSize = 0 | 
| The number of accumulated training samples.  | |
| AZStd::vector< LayerTrainingData > | m_layerData | 
| The set of layer training data.  | |