Home
last modified time | relevance | path

Searched defs:tuple_ty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc868 if (mlir::TupleType tuple_ty = result_type.dyn_cast<mlir::TupleType>()) { in ImportInstructionImpl() local
1040 if (mlir::TupleType tuple_ty = result_type.dyn_cast<mlir::TupleType>()) { in ImportInstructionImpl() local
1206 if (mlir::TupleType tuple_ty = result_type.dyn_cast<mlir::TupleType>()) { in ImportInstructionImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc319 if (auto tuple_ty = ty.dyn_cast<mlir::TupleType>()) { in SortInternal() local