Searched refs:operand_dim_for_start_index_i (Results 1 – 1 of 1) sorted by relevance
2908 int64 operand_dim_for_start_index_i = dim_numbers.start_index_map(i); in ValidateGatherDimensionNumbers() local2909 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()