Navigation
API > API/Plugins > API/Plugins/NNE > API/Plugins/NNE/INNERuntime
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNERuntime.h |
| Include | #include "NNERuntime.h" |
TArray< uint8 > CreateModelData
&40;
FString FileType,
TConstArrayView< uint8 > FileData,
FGuid FileId,
const ITargetPlatform &42; TargetPlatform
&41;
Remarks
Create model data given some raw file data. Data representing the runtime specific representation of the model to be stored by UNNEModelData on success or an empty array otherwise.
Parameters
| Name | Description |
|---|---|
| FileType | The type of file inside FileData. Corresponds to the file extension (e.g. 'onnx'). |
| FileData | The raw binary file of a neural network model. |
| FileId | The unique identifier representing FileData. |
| TargetPlatform | The Interface identifying the target platform for which the data needs to be created. A null pointer indicates the currently compiled/running platform. |