Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3130 auto rhs_module = rhs->GetModule(); in operator ()() local
3131 CHECK((lhs_module == nullptr && rhs_module == nullptr) || in operator ()()
3132 (lhs_module != nullptr && rhs_module != nullptr)); in operator ()()
3134 lhs_module->unique_id() != rhs_module->unique_id()) { in operator ()()
3135 return lhs_module->unique_id() < rhs_module->unique_id(); in operator ()()