Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc1268 auto simple_output_shape = in AlignLayouts() local
1271 if (!simple_output_shape) { in AlignLayouts()
1275 auto layout = simple_output_shape->layout().minor_to_major(); in AlignLayouts()
1279 dim_map.reserve(simple_output_shape->rank()); in AlignLayouts()