Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_buffer.h78 static bool IdLessThan(const HloBuffer* a, const HloBuffer* b) { in IdLessThan() function
Dhlo_value.cc212 absl::c_sort(values_, HloValue::IdLessThan); in SortAndUniquifyValues()
242 HloValue::IdLessThan); in AddValue()
Dhlo_value.h91 static bool IdLessThan(const HloValue* a, const HloValue* b) { in IdLessThan() function
Dhlo_alias_analysis.cc369 absl::c_sort(buffers, HloBuffer::IdLessThan); in ComputeBuffersAt()
516 absl::c_sort(sorted_values, HloValue::IdLessThan); in Run()
Dhlo_dataflow_analysis.cc884 absl::c_sort(dataflow_analysis->values_vector_, HloValue::IdLessThan); in Run()