Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ENeuralProfileRuntimeType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NeuralProfile.h |
| Include Path | #include "Engine/NeuralProfile.h" |
Syntax
enum ENeuralProfileRuntimeType
{
NNERuntimeORTDml,
NNERuntimeRDGHlsl,
MAX,
}
Values
| Name | Remarks |
|---|---|
| NNERuntimeORTDml | |
| NNERuntimeRDGHlsl | Does not have full operator support |
| MAX |