Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3129 auto lhs_module = lhs->GetModule(); in operator ()() local
3131 CHECK((lhs_module == nullptr && rhs_module == nullptr) || in operator ()()
3132 (lhs_module != nullptr && rhs_module != nullptr)); in operator ()()
3133 if (lhs_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 ()()