#include <NeuralProfile.h>
◆ FNeuralProfileStruct()
| FNeuralProfileStruct::FNeuralProfileStruct |
( |
| ) |
|
|
inline |
◆ Invalidate()
| void FNeuralProfileStruct::Invalidate |
( |
| ) |
|
|
inline |
◆ BatchSizeOverride
| int32 FNeuralProfileStruct::BatchSizeOverride |
Used to override the batch size if the batch dimension is dynamic (-1)
◆ InputDimension
Input dimension of the NNEModelData model
◆ InputFormat
Define the expected input format, if any output from material is not this format, a custom conversion will be applied for this conversion.
◆ NNEModelData
Stores the NNEModelData imported from e.g., onnx model
◆ OutputDimension
Output dimension of the NNEModelData model
◆ OutputFormat
Define the expected output format. A conversion between the output format and the actual format will be applied automatically.
◆ RuntimeType
◆ TileOverlap
Tile border overlaps (Left|Right, Top|Bottom). The larger this value, the more tiles are required to cover the whole screen when TileSize is Auto.
◆ TileOverlapResolveType
◆ TileSize
Total tiles used. Each tile will be executed by 1 batch
The documentation for this struct was generated from the following file: