Home
last modified time | relevance | path

Searched defs:tuple0 (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/torch/_export/db/examples/
Dfn_with_kwargs.py9 def forward(self, pos0, tuple0, *myargs, mykw0, **mykwargs): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_simplifier_test.cc270 HloInstruction* tuple0 = in TEST_F() local
Dhlo_domain_test.cc710 auto tuple0 = FindInstruction(module.get(), "tuple.0"); in TEST_F() local
Dbfloat16_propagation_test.cc284 HloInstruction* tuple0 = in TEST_F() local
774 HloInstruction* tuple0 = in TEST_F() local
Dbuffer_assignment_test.cc2164 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
Dhlo_evaluator_test.cc4920 HloInstruction* tuple0 = in TEST_F() local
4950 HloInstruction* tuple0 = in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util_test.cc46 Shape tuple0 = ShapeUtil::MakeTupleShape({}); in TEST_F() local
/external/pytorch/test/dynamo/
Dtest_export.py2121 def fn_with_kwargs(pos0, tuple0, *myargs, mykw0=None, **mykwargs): argument
2171 def fn_with_kwargs(pos0, tuple0, *myargs): argument