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" |
bool CanCreateModelData
&40;
FString FileType,
TConstArrayView< uint8 > FileData,
FGuid FileId,
const ITargetPlatform &42; TargetPlatform
&41; const
Remarks
Check if the runtime is able to create model data given some file data representing a neural network. True if the runtime is able to create model data, false 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. |