Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc1545 DimensionVector input_to_factor(input_rank); in AlignLayouts() local
1551 input_to_factor[input_start] = pos; in AlignLayouts()
1558 input_to_factor[i] = pos; in AlignLayouts()
1568 const int64_t common_factor = input_to_factor[input_dim]; in AlignLayouts()