Searched refs:other_slice (Results 1 – 1 of 1) sorted by relevance
1010 const auto& other_slice = static_cast<const HloSliceInstruction&>(other); in IdenticalSlowPath() local1011 return slice_starts_ == other_slice.slice_starts_ && in IdenticalSlowPath()1012 slice_limits_ == other_slice.slice_limits_ && in IdenticalSlowPath()1013 slice_strides_ == other_slice.slice_strides_; in IdenticalSlowPath()1064 const auto& other_slice = static_cast<const HloSliceInstruction&>(other); in IdenticalSlowPath() local1065 return literal() == other_slice.literal(); in IdenticalSlowPath()