|
SmartEngine
1.6.0
|
Data used to construct an ILossTrainer instance. More...
#include <LossTrainer.h>
Public Attributes | |
| IContext * | context = nullptr |
| Context this trainer belongs to. Only trainers and graph nodes of the same context can be connected. More... | |
| IGraph * | graph = nullptr |
| The graph to be trained. More... | |
Public Attributes inherited from SmartEngine::ResourceCInfo | |
| const char * | resourceName = nullptr |
| Optional resource name that will be used with Load() and Save() if no other name is provided. More... | |
Data used to construct an ILossTrainer instance.
| IContext* SmartEngine::LossTrainerCInfo::context = nullptr |
Context this trainer belongs to. Only trainers and graph nodes of the same context can be connected.
| IGraph* SmartEngine::LossTrainerCInfo::graph = nullptr |
The graph to be trained.