Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/INNERuntimeCPU
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNERuntimeCPU.h |
| Include | #include "NNERuntimeCPU.h" |
ECanCreateModelCPUStatus CanCreateModelCPU
(
const TObjectPtr < UNNEModelData > ModelData
) const
Remarks
Check if the runtime is able to create a model given some ModelData. True if the runtime is able to create the model, false otherwise.
Parameters
| Name | Description |
|---|---|
| ModelData | The model data for which to create a model. |