Navigation
API > API/Plugins > API/Plugins/NNE > API/Plugins/NNE/INNERuntimeGPU
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNERuntimeGPU.h |
| Include | #include "NNERuntimeGPU.h" |
bool CanCreateModelGPU
&40;
TObjectPtr< UNNEModelData > ModelData
&41; 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. |