/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/detail/cpp03/preprocessed/ |
D | dynamic_10.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef
|
D | dynamic_20.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
D | dynamic_30.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
D | dynamic_40.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
D | dynamic_50.hpp | 20 tuple_type; typedef 54 tuple_type; typedef 88 tuple_type; typedef 122 tuple_type; typedef 156 tuple_type; typedef 190 tuple_type; typedef 224 tuple_type; typedef 258 tuple_type; typedef 292 tuple_type; typedef 326 tuple_type; typedef [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | boost_tuple.cpp | 47 typedef boost::tuple<int, std::string> tuple_type; in main() typedef 111 typedef boost::tuple<int, std::string> tuple_type; in main() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/std_tuple/ |
D | std_tuple_iterator.hpp | 33 typedef Tuple tuple_type; typedef 74 typedef typename Iterator::tuple_type tuple_type; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/ |
D | dynamic.hpp | 83 typedef typename DynamicScope::tuple_type tuple_type; typedef 133 tuple_type; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ |
H A D | hlo_function_importer.cc | 175 auto tuple_type = type.dyn_cast<mlir::TupleType>(); in IsNestedTupleInData() local 194 auto tuple_type = type.dyn_cast<mlir::TupleType>(); in FlattenTupleType() local 208 auto tuple_type = value.getType().dyn_cast<mlir::TupleType>(); in FlattenTupleValue() local 225 auto tuple_type = type.dyn_cast<mlir::TupleType>(); in CreateTupleValue() local
|
H A D | type_to_shape.cc | 175 } else if (auto tuple_type = type.dyn_cast<mlir::TupleType>()) { in TypeToShape() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | profiling_graph_executor_impl.cpp | 735 auto tuple_type = func->graph()->return_node()->input(0)->type(); in insertFallbackFunctionCall() local 763 auto tuple_type = TupleType::create(otypes); in createFallbackPathFunction() local
|
H A D | vararg_functions.cpp | 316 c10::TypePtr tuple_type, in namedTupleConstruct()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf_communication.cc | 436 auto tuple_type = value.getType().dyn_cast<TupleType>(); in GetValueWithToken() local 477 if (auto tuple_type = type.dyn_cast<TupleType>()) { in GetTypeWithToken() local 514 auto tuple_type = value.getType().dyn_cast<TupleType>(); in ReplaceWithTupleResult() local
|
H A D | adjust_layout.cc | 80 auto tuple_type = types[0].dyn_cast<TupleType>(); in GetTPUInfeedLayout() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | refine_tuple_types.cpp | 16 auto tuple_type = output->type()->expectRef<TupleType>(); in VisitTupleNode() local
|
H A D | lower_tuples.cpp | 172 auto tuple_type = n->output()->type()->expect<TupleType>(); in RemoveTupleConstants() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/detail/cpp03/ |
D | dynamic.hpp | 65 tuple_type; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | regression_transform_assignment.cpp | 56 tuple_type; typedef
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | sugared_value.cpp | 76 } else if (auto tuple_type = value_->type()->cast<TupleType>()) { in hasAttr() local 174 if (auto tuple_type = value_->type()->cast<TupleType>()) { in attr() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | graph_utils.cpp | 18 if (auto tuple_type = input_type->cast<TupleType>()) { in inferShapeAndTypeForInput() local
|
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/ |
H A D | tracing_traits_generator.cc | 391 std::string tuple_type = "std::tuple<"; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | ir_emitter_nested.cc | 150 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in CodegenNestedComputation() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | fusion.cpp | 79 auto tuple_type = input->type()->cast<TupleType>(); in canHandle() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_sugared_value.cpp | 1005 auto tuple_type = reinterpret_cast<PyObject*>(&PyTuple_Type); in isNamedTupleClass() local 1308 auto tuple_type = in toSugaredValue() local
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_python_builtins.py | 167 def check_slicing_tuple(slicing, tuple_type, tuple): argument
|