Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FNeuralNetworkInference
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningNeuralNetwork.h |
| Include | #include "LearningNeuralNetwork.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Private/LearningNeuralNetwork.cpp |
void ReloadModelInstances
(
NNE::IModelCPU & Model,
const int32 InInputSize,
const int32 InOutputSize
)
Remarks
This function will re-build the internal Model Instances used for multi-threading. It should be called whenever the given Model is updated.