Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningNeuralNetwork.h |
| Include | #include "LearningNeuralNetwork.h" |
Syntax
struct FNeuralNetwork
Remarks
Neural Network Object
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FNeuralNetworkInference > | CreateInferenceObject
(
const int32 MaxBatchSize, |
Create a new inference object for this network with the given maximum batch size and inference settings. | |
| int32 | GetInputSize () |
||
| int32 | |||
| bool | IsEmpty () |
||
| void | UpdateModel
(
const TSharedPtr< NNE::IModelCPU >& InModel, |