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 > GetOutputTensorShapes() const
Remarks
Getters for outputs shapes if they were already resolved.
Output shapes might be resolved after a call to SetInputTensorShapes if the model and runtime supports it. Otherwise they will be resolved while running the model An array of output shapes or an empty array if not resolved yet.