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