Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/set/
Dequal.cpp23 auto keys_tuple = hana::make_tuple(keys...); in main() local
24 auto possible_arrangements = hana::permutations(keys_tuple); in main()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc747 auto keys_tuple = GenerateMakeTuple(block, keys); in ParseKeywordsInCall() local
752 make_dict_nodes.push_back(keys_tuple); in ParseKeywordsInCall()
1056 auto keys_tuple = GenerateMakeTuple(block, key_nodes); in ParseDictByKeysAndValues() local
1060 return block->func_graph()->NewCNodeInOrder({make_dict_op, keys_tuple, values_tuple}); in ParseDictByKeysAndValues()
/third_party/python/Python/
Dcompile.c2124 PyObject *keys_tuple = PyList_AsTuple(keys); in compiler_visit_kwonlydefaults() local
2126 ADDOP_LOAD_CONST_NEW(c, keys_tuple); in compiler_visit_kwonlydefaults()