Searched refs:offset_dims_seen (Results 1 – 1 of 1) sorted by relevance
3393 int64 offset_dims_seen = 0; in InferGatherShape() local3407 offset_dims_seen)) { in InferGatherShape()3408 offset_dims_seen++; in InferGatherShape()3419 if (slice_sizes[offset_dims_seen] == in InferGatherShape()3420 input_shape.dimensions(offset_dims_seen)) { in InferGatherShape()3421 dim_dynamic = input_shape.is_dynamic_dimension(offset_dims_seen); in InferGatherShape()3423 current_bound = slice_sizes[offset_dims_seen++]; in InferGatherShape()