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.cc1103 std::vector<Shape> operand_shape_values; in InferVariadicOpShape() local
1105 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() local
2056 operand_shape_values.push_back(*operand_shape); in InferAllReduceShape()
2058 return ShapeUtil::MakeTupleShape(operand_shape_values); in InferAllReduceShape()