Searched defs:tuple_input (Results 1 – 3 of 3) sorted by relevance
246 auto tuple_input = c10::ivalue::Tuple::create(inputs); in operator ()() local262 auto tuple_input = c10::ivalue::Tuple::create(inputs); in operator ()() local
273 Value tuple_input = builder->create<mhlo::TupleOp>(loc, implicit_inputs_ref); in TupleImplicitInputs() local
712 def f(tuple_input): argument