Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FNeuralNetwork
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 |
TSharedRef < FNeuralNetworkInference > CreateInferenceObject
(
const int32 MaxBatchSize,
const FNeuralNetworkInferenceSettings & Settings
)
Remarks
Create a new inference object for this network with the given maximum batch size and inference settings.