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 FNeuralNetworkInference
Remarks
Neural Network Inference Object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNeuralNetworkInference
(
UE::NNE::IModelCPU& InModel, |
Constructs a new network inference object. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
TLearningArrayView< 2, float > Output, |
Evaluate this network. | |
| int32 | GetInputSize () |
||
| int32 | |||
| int32 | |||
| void | ReloadModelInstances
(
NNE::IModelCPU& Model, |
This function will re-build the internal Model Instances used for multi-threading. It should be called whenever the given Model is updated. |