Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2178 std::vector<Shape> result_subshapes; in InferReduceShape() local
2180 result_subshapes.push_back(ShapeUtil::MakeShape( in InferReduceShape()
2183 return ShapeUtil::MakeTupleShape(result_subshapes); in InferReduceShape()