Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dmlir_to_hlo.cc36 bool use_tuple_args, bool return_tuple) { in MlirToXlaComputation()
94 bool use_tuple_args, bool return_tuple) { in ParseMlirModuleStringAndConvertToXlaComputation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dmlir.cc60 bool return_tuple) { in PyMlirModuleToXlaComputation()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp764 auto return_tuple = graph->createTuple(graph->return_node()->inputs()); in createFallbackPathFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dcompile_mlir_util.cc519 bool prefer_tf2xla, bool return_tuple, in ConvertMLIRToXlaComputation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc571 bool use_tuple_args, bool return_tuple, in ConvertToHloModule()
2564 bool use_tuple_args, bool return_tuple, in ConvertMlirHloToHlo()
/aosp_15_r20/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py2359 def return_tuple(self) -> StringTuple: member in LiteralStringTests.test_alias.Alias
2410 def return_tuple(self) -> TupleSelf: member in SelfTests.test_alias.Alias
/aosp_15_r20/external/python/typing_extensions/src/
Dtest_typing_extensions.py5341 def return_tuple(self) -> StringTuple: member in LiteralStringTests.test_alias.Alias
5392 def return_tuple(self) -> TupleSelf: member in SelfTests.test_alias.Alias
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py11295 def return_tuple(x): function