Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2908 int64 operand_dim_for_start_index_i = dim_numbers.start_index_map(i); in ValidateGatherDimensionNumbers() local
2909 if (operand_dim_for_start_index_i < 0 || in ValidateGatherDimensionNumbers()
2910 operand_dim_for_start_index_i >= input_shape.dimensions_size()) { in ValidateGatherDimensionNumbers()
2913 input_shape.dimensions_size(), i, operand_dim_for_start_index_i); in ValidateGatherDimensionNumbers()