Navigation
API > API/Runtime > API/Runtime/NNE
The interface of a neural network runtime capable of creating CPU models.
Call UE::NNE::GetRuntime
| Name | INNERuntimeCPU |
| Type | class |
| Header File | /Engine/Source/Runtime/NNE/Public/NNERuntimeCPU.h |
| Include Path | #include "NNERuntimeCPU.h" |
Syntax
class INNERuntimeCPU
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ECanCreateModelCPUStatus | UE::NNE::EResultStatus | NNERuntimeCPU.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ECanCreateModelCPUStatus CanCreateModelCPU
(
const TObjectPtr< UNNEModelData > ModelData |
Check if the runtime is able to create a model given some ModelData. | NNERuntimeCPU.h | |
TSharedPtr< UE::NNE::IModelCPU > CreateModelCPU
(
const TObjectPtr< UNNEModelData > ModelData |
Create a model given some ModelData. | NNERuntimeCPU.h |