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