Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/IModelInstanceRDG
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNERuntimeRDG.h |
| Include | #include "NNERuntimeRDG.h" |
TConstArrayView< FTensorShape > GetInputTensorShapes() const
Remarks
Get the input shapes.
SetInputTensorShapes must be called prior of running a model. An array of input shapes or an empty array if SetInputTensorShapes has not been called.