/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/detail/ |
D | tuple_basic.hpp | 194 typedef const typename boost::remove_cv<T>::type& parameter_type; typedef 208 typedef T& parameter_type; typedef 293 cons(typename access_traits<stored_head_type>::parameter_type h, in cons() 377 cons(typename access_traits<stored_head_type>::parameter_type h, in cons() 491 explicit tuple(typename access_traits<T0>::parameter_type t0) in tuple() 496 tuple(typename access_traits<T0>::parameter_type t0, in tuple() 497 typename access_traits<T1>::parameter_type t1) in tuple() 502 tuple(typename access_traits<T0>::parameter_type t0, in tuple() 503 typename access_traits<T1>::parameter_type t1, in tuple() 504 typename access_traits<T2>::parameter_type t2) in tuple() [all …]
|
/external/pytorch/aten/src/ATen/native/cpu/ |
D | mixed_data_type.h | 18 const auto parameter_type = first_type(parameters...); in is_mixed_type() local 19 return ((parameter_type != ScalarType::Undefined) && in is_mixed_type() 20 (parameter_type != input.scalar_type())); in is_mixed_type()
|
/external/pytorch/torch/distributed/algorithms/_comm_hooks/ |
D | default_hooks.py | 66 parameter_type=torch.float32, argument 69 self.parameter_type = parameter_type 77 grad.data = grad.data.to(state.parameter_type)
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_function.cpp | 210 const auto parameter_type = _.FindDef(parameter_type_id); in ValidateFunctionCall() local 211 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall() 212 if (!parameter_type || !_.options()->before_hlsl_legalization || in ValidateFunctionCall() 213 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall() 222 if ((parameter_type->opcode() == spv::Op::OpTypePointer || in ValidateFunctionCall() 223 parameter_type->opcode() == spv::Op::OpTypeUntypedPointerKHR) && in ValidateFunctionCall() 226 parameter_type->GetOperandAs<spv::StorageClass>(1u); in ValidateFunctionCall()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 284 const auto parameter_type = _.FindDef(parameter_type_id); in ValidateFunctionCall() local 285 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall() 286 if (!parameter_type || !_.options()->before_hlsl_legalization || in ValidateFunctionCall() 287 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall() 296 if ((parameter_type->opcode() == spv::Op::OpTypePointer || in ValidateFunctionCall() 297 parameter_type->opcode() == spv::Op::OpTypeUntypedPointerKHR) && in ValidateFunctionCall() 300 parameter_type->GetOperandAs<spv::StorageClass>(1u); in ValidateFunctionCall()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 279 const auto parameter_type = _.FindDef(parameter_type_id); in ValidateFunctionCall() local 280 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall() 282 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall() 291 if (parameter_type->opcode() == spv::Op::OpTypePointer && in ValidateFunctionCall() 294 parameter_type->GetOperandAs<spv::StorageClass>(1u); in ValidateFunctionCall()
|
/external/cronet/stable/testing/flake_suppressor_common/ |
D | queries.py | 309 for parameter_type, parameter_pairs in parameters.items(): 311 cmd.append('--parameter=%s:%s:%s' % (k, parameter_type, v))
|
/external/cronet/tot/testing/flake_suppressor_common/ |
D | queries.py | 309 for parameter_type, parameter_pairs in parameters.items(): 311 cmd.append('--parameter=%s:%s:%s' % (k, parameter_type, v))
|
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/ |
D | indexed.hpp | 87 index_value(typename tuples::access_traits<Indexable>::parameter_type t0, in index_value() 88 typename tuples::access_traits<T>::parameter_type t1) in index_value()
|
/external/sdv/vsomeip/third_party/boost/tuple/doc/ |
D | tuple_advanced_interface.qbk | 100 cons(typename access_traits<head_type>::parameter_type h, const tail_type& t) 127 * `access_traits<T>::parameter_type` maps `T` to the parameter type of the
|
/external/emboss/compiler/back_end/cpp/ |
D | header_generator.py | 1159 parameter_type = _cpp_basic_type_for_expression_type(parameter.type, ir) 1161 parameter_fields.append("{} {}_;".format(parameter_type, parameter_name)) 1163 "{} {}, ".format(parameter_type, parameter_name)) 1165 parameter_type, parameter_name)) 1174 logical_type=parameter_type))
|
/external/googleapis/google/actions/sdk/v2/interactionmodel/ |
D | intent.proto | 55 oneof parameter_type { oneof
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | Normalization.cu | 53 const auto parameter_type = first_type(parameters...); in is_mixed_type() local 54 return ((parameter_type != ScalarType::Undefined) && in is_mixed_type() 55 (parameter_type != input.scalar_type())); in is_mixed_type()
|
/external/pytorch/test/distributed/fsdp/ |
D | test_fsdp_comm_hooks.py | 369 self.assertEqual(fsdp_with_hook.params[0].grad.dtype, state.parameter_type)
|
/external/googleapis/google/spanner/v1/ |
D | query_plan.proto | 111 // "parameter_type": "array"
|
/external/python/cpython3/Modules/_sqlite/ |
D | cursor.c | 41 } parameter_type; typedef 538 parameter_type paramtype; in bind_param()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 4201 auto parameter_type = inputs.at(1).weights().TrtDType(); in ConvertFusedBatchNorm() local 4202 if ((parameter_type != nvinfer1::DataType::kFLOAT) && in ConvertFusedBatchNorm() 4203 (parameter_type != nvinfer1::DataType::kHALF)) { in ConvertFusedBatchNorm() 4206 DebugString(parameter_type)); in ConvertFusedBatchNorm() 4209 if (inputs.at(i).weights().TrtDType() != parameter_type) { in ConvertFusedBatchNorm() 4215 TRT_ShapedWeights dummy_power_weights(parameter_type); in ConvertFusedBatchNorm() 4256 if (parameter_type == nvinfer1::DataType::kFLOAT) { in ConvertFusedBatchNorm() 4258 } else if (parameter_type == nvinfer1::DataType::kHALF) { in ConvertFusedBatchNorm() 4262 if (parameter_type == nvinfer1::DataType::kFLOAT) { in ConvertFusedBatchNorm() 4264 } else if (parameter_type == nvinfer1::DataType::kHALF) { in ConvertFusedBatchNorm() [all …]
|
/external/autotest/database/ |
D | schema_129.sql | 498 `parameter_type` enum('int','float','string') DEFAULT NULL, 519 `parameter_type` enum('int','float','string') DEFAULT NULL,
|
/external/emboss/compiler/front_end/ |
D | module_ir.py | 821 def _parameter_definition(name, double_colon, parameter_type): argument 823 return ir_data.RuntimeParameter(name=name, physical_type_alias=parameter_type)
|
/external/googleapis/google/cloud/channel/v1/ |
D | offers.proto | 194 ParameterType parameter_type = 2; field
|
/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/ |
D | offers.proto | 192 ParameterType parameter_type = 2; field
|
/external/googleapis/google/datastore/v1beta3/ |
D | query.proto | 254 oneof parameter_type { oneof
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_util.cpp | 1666 auto parameter_type = ir_context->get_type_mgr()->GetType( in IdUseCanBeReplaced() local 1668 if (parameter_type->AsPointer()) { in IdUseCanBeReplaced()
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | fuzzer_util.cpp | 1666 auto parameter_type = ir_context->get_type_mgr()->GetType( in IdUseCanBeReplaced() local 1668 if (parameter_type->AsPointer()) { in IdUseCanBeReplaced()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_util.cpp | 1666 auto parameter_type = ir_context->get_type_mgr()->GetType( in IdUseCanBeReplaced() local 1668 if (parameter_type->AsPointer()) { in IdUseCanBeReplaced()
|