Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1744 std::vector<int64> input_index_clamped(operand.shape().dimensions_size()); in HandleGather() local
1782 input_index_clamped[i] = in HandleGather()
1787 input_index[i] = input_index_clamped[i] + input_window_index[i]; in HandleGather()