This revision splits OffsetSizeAndStrideOpInterface into two interfaces: OffsetSizeAndStrideOpInterface and MixedOffsetsOpInterface. The latter interface can be implemented by ops that have indices/offsets but not sizes or strides.
Depends On: D156871