Searched refs:operand_shape_values (Results 1 – 1 of 1) sorted by relevance
1059 std::vector<Shape> operand_shape_values; in InferVariadicOpShape() local1061 operand_shape_values.push_back(*operand_shape); in InferVariadicOpShape()1063 return ShapeUtil::MakeTupleShape(operand_shape_values); in InferVariadicOpShape()1984 std::vector<Shape> operand_shape_values; in InferAllReduceShape() local1986 operand_shape_values.push_back(*operand_shape); in InferAllReduceShape()1988 return ShapeUtil::MakeTupleShape(operand_shape_values); in InferAllReduceShape()