Searched refs:tuple_arg (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_tuple_params.py | 67 def handle_tuple(tuple_arg, add_prefix=False): argument 69 arg = tuple_arg.clone() 74 tuple_arg.replace(n)
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_tuple_params.py | 67 def handle_tuple(tuple_arg, add_prefix=False): argument 69 arg = tuple_arg.clone() 74 tuple_arg.replace(n)
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_control_flow.cc | 79 auto tuple_arg = entry_block->addArgument( in ImportXlaRegion() local 85 auto extract = builder.create<GetTupleElementOp>(loc, tuple_arg, i); in ImportXlaRegion() 180 auto tuple_arg = block->addArgument(tuple_type); in ReplaceBlockArgs() local 181 Detuple(tuple_arg, block->getArguments().drop_back(1), builder); in ReplaceBlockArgs() 198 BlockArgument tuple_arg = block->getArgument(0); in ReplaceImplicitInputs() local 202 implicit_input_value.getLoc(), tuple_arg, in ReplaceImplicitInputs()
|
/external/python/cpython2/Lib/test/ |
D | test_isinstance.py | 262 tuple_arg = (compare_to,) 264 tuple_arg = (tuple_arg,) 265 fxn(arg, tuple_arg)
|
/external/python/cpython3/Lib/test/ |
D | test_isinstance.py | 288 tuple_arg = (compare_to,) 290 tuple_arg = (tuple_arg,) 291 fxn(arg, tuple_arg)
|