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