Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dnot_equal_impl.py177 return not F.list_equal(x, y)
Dequal_impl.py191 return F.list_equal(x, y)
/third_party/boost/tools/build/src/engine/modules/
Dproperty-set.cpp44 static int list_equal( LIST * lhs, LIST * rhs ) in list_equal() function
128 if ( list_equal( pos->key, key ) ) in ps_map_insert()
/third_party/mindspore/mindspore/ops/
Dfunctional.py190 list_equal = Primitive("list_equal") variable