Searched defs:tuple_type (Results 1 – 14 of 14) sorted by relevance
67 auto tuple_type = type.dyn_cast_or_null<TupleType>(); in ExpandTupledTensorInReturnOp() local
78 Type tuple_type) { in CreateTupleValue()
176 } else if (auto tuple_type = type.dyn_cast<mlir::TupleType>()) { in TypeToShape() local
139 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in CodegenNestedComputation() local
45 using tuple_type = std::tuple<char const*, int>; typedef
420 using tuple_type = std::tuple<char const*, Catch::WaitForKeypress::When>; typedef
436 auto tuple_type = value.getType().dyn_cast<TupleType>(); in GetValueWithToken() local465 if (auto tuple_type = type.dyn_cast<TupleType>()) { in GetTypeWithToken() local493 auto tuple_type = value.getType().dyn_cast<TupleType>(); in ReplaceWithTupleResult() local
183 void ReplaceBlockArgs(Block* block, Type tuple_type, OpBuilder* builder) { in ReplaceBlockArgs()
606 auto tuple_type = init_tuple.getType(); in CreateWhile32() local5504 TupleType tuple_type = type.dyn_cast<TupleType>(); in GetLayout() local
719 const base::ListValue* tuple_type = nullptr; in ValidateTuple() local
73 using tuple_type = std::tuple<rxu::decay_t<AN>...>; typedef in rxcpp::operator_factory
131 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in EmitThreadLocalFunctionEpilogue() local
3830 if (auto tuple_type = tuple.getType().dyn_cast<TupleType>()) { in build() local
222 #define tuple_type 1146 macro