Searched defs:tuple2 (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | tupleTypes.js | 89 function tuple2(item0, item1) { function
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/tbe/ |
| D | tbe_json_creator_test.cc | 160 auto tuple2 = make_tuple->cast<CNodePtr>()->input(1); in TEST_F() local 215 auto tuple2 = make_tuple->cast<CNodePtr>()->input(1); in TEST_F() local
|
| /third_party/python/Lib/test/ |
| D | test_pprint.py | 27 class tuple2(tuple): class
|
| D | test_itertools.py | 2177 def mutatingtuple(tuple1, f, tuple2): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/ |
| D | decoder_layer_fusion.cc | 167 VectorRef inputs, input_cross, tuple2, tuple3, matmul2, tuple4, tuple5; in DefinePatternDecoderLayer() local
|
| D | encoder_layer_fusion.cc | 524 auto tuple2 = VectorRef({is_tuple2, layer_norm2, var_tuple2}); in DefinePatternEncoderAlpha() local 602 VectorRef tuple, tuple2, tuple3, reshape2, matmul1, inputs, layer_norm2; in DefinePatternEncoderLayer() local
|
| /third_party/python/Lib/unittest/ |
| D | case.py | 1081 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument
|