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 Evaluate
(
TLearningArrayView < 2, float > Output,
const TLearningArrayView < 2, const float > Input
)
Remarks
Evaluate this network.
Parameters
| Name | Description |
|---|---|
| Output | The Output Buffer of shape (<= MaxBatchSize, OutputSize) |
| Input | The Input Buffer of shape (<= MaxBatchSize, InputSize) |