Searched refs:corresponding_input_size (Results 1 – 1 of 1) sorted by relevance
3491 int64_t corresponding_input_size = input_shape.dimensions(i); in InferGatherShape() local3492 if (slice_size < 0 || slice_size > corresponding_input_size) { in InferGatherShape()3496 i, corresponding_input_size + 1, slice_size); in InferGatherShape()