Home
last modified time | relevance | path

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

/external/rust/crates/memoffset/
DAndroid.bp33 "tuple_ty",
54 "tuple_ty",
/external/rust/crates/memoffset/src/
Doffset_of.rs113 #[cfg(tuple_ty)]
189 #[cfg(tuple_ty)]
222 #[cfg(tuple_ty)]
Draw_field.rs102 #[cfg(tuple_ty)]
/external/rust/crates/memoffset/patches/
DAndroid.bp.patch6 "--cfg tuple_ty",
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc247 if (auto tuple_ty = ty.dyn_cast<mlir::TupleType>()) { in SortInternal() local
248 sort_types = llvm::to_vector<6>(tuple_ty.getTypes()); in SortInternal()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc490 if (mlir::TupleType tuple_ty = result_type.dyn_cast<mlir::TupleType>()) { in ImportInstructionImpl() local
491 return_types = llvm::to_vector<6>(tuple_ty.getTypes()); in ImportInstructionImpl()