Searched refs:IdLessThan (Results 1 – 5 of 5) sorted by relevance
78 static bool IdLessThan(const HloBuffer* a, const HloBuffer* b) { in IdLessThan() function
217 absl::c_sort(values_, HloValue::IdLessThan); in SortAndUniquifyValues()247 HloValue::IdLessThan); in AddValue()
103 static bool IdLessThan(const HloValue* a, const HloValue* b) { in IdLessThan() function
404 absl::c_sort(buffers, HloBuffer::IdLessThan); in ComputeBuffersAt()551 absl::c_sort(sorted_values, HloValue::IdLessThan); in Run()
1154 absl::c_sort(dataflow_analysis->values_vector_, HloValue::IdLessThan); in Run()