Navigation
API > API/Runtime > API/Runtime/NNE
References
| Module | NNE |
| Header | /Engine/Source/Runtime/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 | |
|---|---|---|---|
| TSharedPtr< UE::NNE::IModelInstanceGPU > | Create a model instance for inference |