|
SmartEngine
1.6.0
|
Data used to construct an ILoss instance More...
#include <Loss.h>
Public Member Functions | |
| LossCInfo () | |
Public Attributes | |
| IGraphNode * | networkOutput = nullptr |
| The output of the network. This is the actual value in the loss calculation. Usually a NeuralNetwork or ConcatNode is passed in. More... | |
| IGraphNode * | targetValues = nullptr |
| The output to compare against. This is the expected value in the loss calculation. Usually a BufferInput is passed in. More... | |
Public Attributes inherited from SmartEngine::GraphNodeCInfo | |
| const char * | name = nullptr |
| The name of this node. More... | |
| IContext * | context = nullptr |
| Context this node belongs to. Only graph nodes of the same context can be connected. More... | |
Data used to construct an ILoss instance
| SmartEngine::LossCInfo::LossCInfo | ( | ) |
| IGraphNode* SmartEngine::LossCInfo::networkOutput = nullptr |
The output of the network. This is the actual value in the loss calculation. Usually a NeuralNetwork or ConcatNode is passed in.
| IGraphNode* SmartEngine::LossCInfo::targetValues = nullptr |
The output to compare against. This is the expected value in the loss calculation. Usually a BufferInput is passed in.