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