Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc198 auto y_priority = type_priority_map.find(y_element_type); in InferImplBinaryBase() local
199 if (y_priority == type_priority_map.end()) { in InferImplBinaryBase()
203 if (x_priority->second >= y_priority->second) { in InferImplBinaryBase()