Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/IModelInstanceGPU
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNERuntimeGPU.h |
| Include | #include "NNERuntimeGPU.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.