Home
last modified time | relevance | path

Searched refs:tuple_type (Results 1 – 7 of 7) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DGenerators.tests.cpp45 using tuple_type = std::tuple<char const*, int>; typedef
47 tuple_type{"first", 5},
48 tuple_type{"second", 6},
49 tuple_type{"third", 5},
50 tuple_type{"etc...", 6}
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-operators.hpp73 using tuple_type = std::tuple<rxu::decay_t<AN>...>; typedef in rxcpp::operator_factory
75 tuple_type an;
78 operator_factory(tuple_type an) in operator_factory()
91 …-> decltype(rxu::apply(std::tuple_cat(std::make_tuple(tag_type{}, source), (*(tuple_type*)nullptr)… in operator ()()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc131 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in CodegenNestedComputation() local
132 llvm::Type* tuple_type_ptr = tuple_type->getPointerTo(); in CodegenNestedComputation()
/external/libchrome/components/json_schema/
Djson_schema_validator.cc719 const base::ListValue* tuple_type = nullptr; in ValidateTuple() local
720 schema->GetList(schema::kItems, &tuple_type); in ValidateTuple()
721 size_t tuple_size = tuple_type ? tuple_type->GetSize() : 0; in ValidateTuple()
722 if (tuple_type) { in ValidateTuple()
727 CHECK(tuple_type->GetDictionary(i, &item_schema)); in ValidateTuple()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dhlo_ops.cc1207 if (auto tuple_type = tuple.getType().dyn_cast<TupleType>()) { in build() local
1208 auto element_type = tuple_type.getType(index); in build()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc325 auto tuple_type = init_tuple.getType(); in CreateWhile32() local
337 BlockArgument arg = block->addArgument(tuple_type); in CreateWhile32()
358 BlockArgument arg = block->addArgument(tuple_type); in CreateWhile32()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc128 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in EmitThreadLocalFunctionEpilogue() local
129 llvm::Type* tuple_type_lvalue = tuple_type->getPointerTo(); in EmitThreadLocalFunctionEpilogue()