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