在推理上下文中,设置算子输出句柄的ShapeAndType。
1 2 | void SetOutputHandleShapesAndTypes(const std::vector<std::vector<ShapeAndType>> &shapes_and_types) void SetOutputHandleShapesAndTypes(std::vector<std::vector<ShapeAndType>> &&shapes_and_types) |
参数名 |
输入/输出 |
描述 |
---|---|---|
shapes_and_types |
输入 |
算子输出句柄的ShapeAndType。 |
无。
无。
无。