Navigation
API > API/Plugins > API/Plugins/NNE
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNERuntimeGPU.h |
| Include | #include "NNERuntimeGPU.h" |
Syntax
class IModelGPU
Remarks
The interface of a model capable of creating model instance that can run on GPU.
Use UE::NNE::GetRuntime
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IModelGPU () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::NNE::IModelInstanceGPU > | Create a model instance for inference |