Home
last modified time | relevance | path

Searched refs:operand_shape_values (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc1059 std::vector<Shape> operand_shape_values; in InferVariadicOpShape() local
1061 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() local
1986 operand_shape_values.push_back(*operand_shape); in InferAllReduceShape()
1988 return ShapeUtil::MakeTupleShape(operand_shape_values); in InferAllReduceShape()