Searched defs:tuple_input (Results 1 – 2 of 2) sorted by relevance
105 auto tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerIf() local130 auto tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerCase() local159 Value tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerWhile() local222 Value tuple_input = builder->create<mhlo::TupleOp>(loc, implicit_inputs_ref); in TupleImplicitInputs() local324 Value tuple_input = builder.create<mhlo::TupleOp>(loc, inputs); in LowerWhileRegion() local
709 def f(tuple_input): argument