Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h315 return EqualInternal(other, is_layout_sensitive, in Equal()
324 return EqualInternal(other, is_layout_sensitive, in EqualIgnoringChannelIdValues()
506 bool EqualInternal(const HloComputation& other, bool is_layout_sensitive,
Dhlo_computation.cc848 bool HloComputation::EqualInternal(const HloComputation& other, in EqualInternal() function in xla::HloComputation
874 return a->EqualInternal(*b, is_layout_sensitive, in EqualInternal()