Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py12732 def tuple_arg(x): function