Home
last modified time | relevance | path

Searched refs:return_tuple (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.h55 bool use_tuple_args, bool return_tuple,
Dmlir_hlo_to_hlo.cc469 bool use_tuple_args, bool return_tuple, in ConvertToHloModule() argument
475 return_tuple_(return_tuple), in ConvertToHloModule()
1825 bool return_tuple, in ConvertMlirHloToHlo() argument
1832 return_tuple, shape_representation_fn, options); in ConvertMlirHloToHlo()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dcompile_mlir_util.h77 bool prefer_tf2xla, bool return_tuple,
Dcompile_mlir_util.cc411 bool prefer_tf2xla, bool return_tuple, in ConvertMLIRToXlaComputation() argument
420 use_tuple_args, return_tuple, in ConvertMLIRToXlaComputation()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1085 mhlo::TupleOp return_tuple = llvm::dyn_cast_or_null<mhlo::TupleOp>( in matchReduceComputation() local
1087 if (!return_tuple || in matchReduceComputation()
1088 return_tuple.getType().cast<TupleType>().getTypes().size() != 2) in matchReduceComputation()
1092 return_tuple.getOperand(0).getDefiningOp()); in matchReduceComputation()
1102 return_tuple.getOperand(1).getDefiningOp()); in matchReduceComputation()
/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