Home
last modified time | relevance | path

Searched refs:other_slice (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1010 const auto& other_slice = static_cast<const HloSliceInstruction&>(other); in IdenticalSlowPath() local
1011 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() local
1065 return literal() == other_slice.literal(); in IdenticalSlowPath()