Searched defs:tuple_input (Results 1 – 2 of 2) sorted by relevance
106 auto tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerIf() local131 auto tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerCase() local160 Value tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerWhile() local226 Value tuple_input = builder->create<mhlo::TupleOp>(loc, implicit_inputs_ref); in TupleImplicitInputs() local328 Value tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerWhileRegion() local
717 def f(tuple_input): argument