Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc875 std::vector<Shape> flattened_shape_elems; in TryFlattenNestedTuples() local
879 flattened_shape_elems.push_back(s); in TryFlattenNestedTuples()
882 Shape flattened_shape = ShapeUtil::MakeTupleShape(flattened_shape_elems); in TryFlattenNestedTuples()