SetInputHandleShapesAndTypes
函数功能
在推理上下文中,设置算子输入句柄的ShapeAndType。
函数原型
void SetInputHandleShapesAndTypes(std::vector<std::vector<ShapeAndType>> &&shapes_and_types)
参数说明
参数名 |
输入/输出 |
描述 |
---|---|---|
shapes_and_types |
输入 |
算子输入句柄的ShapeAndType。 |
返回值
无。
异常处理
无。
约束说明
无。
父主题: InferenceContext类