SetInputHandleShapesAndTypes

Description

Sets ShapeAndType of the operator input handle in the inference context.

Prototype

void SetInputHandleShapesAndTypes(std::vector<std::vector<ShapeAndType>> &&shapes_and_types)

Parameters

Parameter

Input/Output

Description

shapes_and_types

Input

ShapeAndType of the operator input handle.

Returns

None

Exception Handling

None

Restrictions

None