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" |
FString GetModelDataIdentifier
&40;
FString FileType,
TConstArrayView< uint8 > FileData,
FGuid FileId,
const ITargetPlatform &42; TargetPlatform
&41;
Remarks
Get an id uniquely identifying the model data. This is used by UNNEModelData to create a FCacheKey to get and add the model data from and to a DDC. A string that identifies the model data uniquely, e.g. by containing the FileId, model data version and target platform display name.
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 is produced or by which it will be consumed. A null pointer indicates the currently compiled/running platform. |