Searched refs:corresponding_input_size (Results 1 – 1 of 1) sorted by relevance
3372 int64 corresponding_input_size = input_shape.dimensions(i); in InferGatherShape() local3373 if (slice_size < 0 || slice_size > corresponding_input_size) { in InferGatherShape()3377 i, corresponding_input_size + 1, slice_size); in InferGatherShape()