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