Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/IModelInstanceRunSync
Description
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
| Name | GetOutputTensorShapes |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNERuntimeRunSync.h |
| Include Path | #include "NNERuntimeRunSync.h" |
TConstArrayView< FTensorShape > GetOutputTensorShapes() const
An array of output shapes or an empty array if not resolved yet.