Navigation
API > API/Plugins > API/Plugins/NNE
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNERuntimeRDG.h |
| Include | #include "NNERuntimeRDG.h" |
Syntax
class INNERuntimeRDG
Remarks
The interface of a neural network runtime capable of creating RDG models.
Call UE::NNE::GetRuntime
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateModelRDG
(
TObjectPtr< UNNEModelData > ModelData |
Check if the runtime is able to create a model given some ModelData. | |
| TUniquePtr< UE::NNE::IModelRDG > | CreateModel
(
TObjectPtr< UNNEModelData > ModelData |
Create a model given some ModelData. |