Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/INNERuntimeGPU
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNERuntimeGPU.h |
| Include | #include "NNERuntimeGPU.h" |
ECanCreateModelGPUStatus CanCreateModelGPU
(
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. |