Navigation
API > API/Runtime > API/Runtime/NNE
The interface of a model capable of creating model instance that can run on GPU.
Use UE::NNE::GetRuntime
| Name | IModelGPU |
| Type | class |
| Header File | /Engine/Source/Runtime/NNE/Public/NNERuntimeGPU.h |
| Include Path | #include "NNERuntimeGPU.h" |
Syntax
class IModelGPU
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IModelGPU() |
NNERuntimeGPU.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< UE::NNE::IModelInstanceGPU > CreateModelInstanceGPU () |
Create a model instance for inference | NNERuntimeGPU.h |