Home
last modified time | relevance | path

Searched defs:tuple_arg (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_control_flow.cc99 bool tuple_return = true, bool tuple_arg = true) { in ImportXlaRegion()
111 auto tuple_arg = entry_block->addArgument( in ImportXlaRegion() local
209 auto tuple_arg = block->addArgument(tuple_type, block->getParent()->getLoc()); in ReplaceBlockArgs() local
249 BlockArgument tuple_arg = block->getArgument(0); in ReplaceImplicitInputsWithTupleElements() local
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument