Home
last modified time | relevance | path

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

/third_party/glib/glib/deprecated/
Dgrel.c174 tuple_equal (gint fields) in tuple_equal() function
204 rel->all_tuples = g_hash_table_new (tuple_hash (fields), tuple_equal (fields)); in g_relation_new()
331 per_key_table = g_hash_table_new (tuple_hash (relation->fields), tuple_equal (relation->fields)); in g_relation_insert()
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dnot_equal_impl.py162 return not F.tuple_equal(x, y)
Dequal_impl.py176 return F.tuple_equal(x, y)
/third_party/mindspore/mindspore/ops/
Dfunctional.py189 tuple_equal = Primitive("tuple_equal") variable