Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1643 input_dim_value_to_output_index_.push_back(-1); in OutputOffsetIndexToInputIndex()
1645 input_dim_value_to_output_index_.push_back( in OutputOffsetIndexToInputIndex()
1671 return input_dim_value_to_output_index_[input_dim]; in input_dim_value_to_output_index()
1680 if (input_dim_value_to_output_index_[i] != -1) { in PropagateOutputIndexWindowDimsToInputIndex()
1681 input_index_[i] = output_index[input_dim_value_to_output_index_[i]]; in PropagateOutputIndexWindowDimsToInputIndex()
1692 std::vector<int64> input_dim_value_to_output_index_; member in xla::OutputOffsetIndexToInputIndex