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