Searched refs:operand_shape_values (Results 1 – 1 of 1) sorted by relevance
1103 std::vector<Shape> operand_shape_values; in InferVariadicOpShape() local1105 operand_shape_values.push_back(*operand_shape); in InferVariadicOpShape()1107 return ShapeUtil::MakeTupleShape(operand_shape_values); in InferVariadicOpShape()2054 std::vector<Shape> operand_shape_values; in InferAllReduceShape() local2056 operand_shape_values.push_back(*operand_shape); in InferAllReduceShape()2058 return ShapeUtil::MakeTupleShape(operand_shape_values); in InferAllReduceShape()