HomeSort by relevance Sort by last modified time
    Searched refs:IdLessThan (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_buffer.h 78 static bool IdLessThan(const HloBuffer* a, const HloBuffer* b) {
hlo_value.cc 211 std::sort(values_.begin(), values_.end(), HloValue::IdLessThan);
241 HloValue::IdLessThan);
hlo_value.h 108 static bool IdLessThan(const HloValue* a, const HloValue* b) {
hlo_alias_analysis.cc 292 std::sort(buffers.begin(), buffers.end(), HloBuffer::IdLessThan);
439 std::sort(sorted_values.begin(), sorted_values.end(), HloValue::IdLessThan);
hlo_dataflow_analysis.cc     [all...]

Completed in 324 milliseconds