Searched defs:tuple0 (Results 1 – 8 of 8) sorted by relevance
/external/pytorch/torch/_export/db/examples/ |
D | fn_with_kwargs.py | 9 def forward(self, pos0, tuple0, *myargs, mykw0, **mykwargs): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_simplifier_test.cc | 270 HloInstruction* tuple0 = in TEST_F() local
|
D | hlo_domain_test.cc | 710 auto tuple0 = FindInstruction(module.get(), "tuple.0"); in TEST_F() local
|
D | bfloat16_propagation_test.cc | 284 HloInstruction* tuple0 = in TEST_F() local 774 HloInstruction* tuple0 = in TEST_F() local
|
D | buffer_assignment_test.cc | 2164 auto tuple0 = builder.AddInstruction( in TEST_F() local 2482 auto tuple0 = builder.AddInstruction( in TEST_F() local 2723 auto tuple0 = builder.AddInstruction( in TEST_F() local 2796 auto tuple0 = builder.AddInstruction( in TEST_F() local
|
D | hlo_evaluator_test.cc | 4920 HloInstruction* tuple0 = in TEST_F() local 4950 HloInstruction* tuple0 = in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | layout_util_test.cc | 46 Shape tuple0 = ShapeUtil::MakeTupleShape({}); in TEST_F() local
|
/external/pytorch/test/dynamo/ |
D | test_export.py | 2121 def fn_with_kwargs(pos0, tuple0, *myargs, mykw0=None, **mykwargs): argument 2171 def fn_with_kwargs(pos0, tuple0, *myargs): argument
|