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