Navigation
API > API/Plugins > API/Plugins/NNE
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/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 | |
|---|---|---|---|
| TUniquePtr< UE::NNE::IModelInstanceCPU > | Create a model instance for inference |