GetOutputHandleShapesAndTypes
Description
Obtains ShapeAndType of the operator output handle in the inference context.
Prototype
const std::vector<std::vector<ShapeAndType>> &GetOutputHandleShapesAndTypes() const
Parameters
None
Returns
ShapeAndType of the operator output handle.
Exception Handling
None
Restrictions
None
Parent topic: InferenceContext