Home
last modified time | relevance | path

Searched defs:comp_func (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/syntax/simple_expression/
Dtest_compare.py98 def comp_func(x, y, z): function
121 def comp_func(x, y, z): function
144 def comp_func(x, y, z): function
167 def comp_func(): function
/third_party/curl/lib/
Dhash.h55 comp_function comp_func; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pass/
Doverlap_recompute_and_grad_model_parallel.cc190 auto comp_func = [&topos](const auto &node1, const auto &node2) { in FindNodeLastInput() local