Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc68 std::vector<Shape> new_tuple_subshapes; in GetConvertedTupleShape() local
75 new_tuple_subshapes.push_back(subshape); in GetConvertedTupleShape()
77 return ShapeUtil::MakeTupleShape(new_tuple_subshapes); in GetConvertedTupleShape()