Searched refs:other_slice (Results 1 – 1 of 1) sorted by relevance
1245 const auto& other_slice = static_cast<const HloSliceInstruction&>(other); in IdenticalSlowPath() local1246 return slice_starts_ == other_slice.slice_starts_ && in IdenticalSlowPath()1247 slice_limits_ == other_slice.slice_limits_ && in IdenticalSlowPath()1248 slice_strides_ == other_slice.slice_strides_; in IdenticalSlowPath()1304 const auto& other_slice = static_cast<const HloSliceInstruction&>(other); in IdenticalSlowPath() local1305 return literal() == other_slice.literal(); in IdenticalSlowPath()