Searched refs:parameter_type (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 170 const auto parameter_type = _.FindDef(parameter_type_id); in ValidateFunctionCall() local 171 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 243 const auto parameter_type = _.FindDef(parameter_type_id); in ValidateFunctionCall() local 244 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
|
/external/python/cpython3/Modules/_sqlite/ |
D | statement.c | 49 } parameter_type; typedef 119 parameter_type paramtype; in pysqlite_statement_bind_parameter()
|
/external/python/cpython2/Modules/_sqlite/ |
D | statement.c | 52 } parameter_type; typedef 113 parameter_type paramtype; in pysqlite_statement_bind_parameter()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 3609 auto parameter_type = inputs.at(1).weights().type_; in ConvertFusedBatchNorm() local 3610 if ((parameter_type != DataType::DT_FLOAT) && in ConvertFusedBatchNorm() 3611 (parameter_type != DataType::DT_HALF)) { in ConvertFusedBatchNorm() 3614 node_def.name() + " got " + DataTypeString(parameter_type)); in ConvertFusedBatchNorm() 3617 if (inputs.at(i).weights().type_ != parameter_type) { in ConvertFusedBatchNorm() 3624 TRT_ShapedWeights dummy_power_weights(parameter_type); in ConvertFusedBatchNorm() 3669 if (parameter_type == DT_FLOAT) { in ConvertFusedBatchNorm() 3671 } else if (parameter_type == DT_HALF) { in ConvertFusedBatchNorm() 3676 if (parameter_type == DT_FLOAT) { in ConvertFusedBatchNorm() 3678 } else if (parameter_type == DT_HALF) { in ConvertFusedBatchNorm() [all …]
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 214 def __init__(self, start, end, name, parameter_type, default): argument 217 self.type = parameter_type 608 parameter_type = Type(first_token.start, first_token.end, 612 parameter_type, default)
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 213 def __init__(self, start, end, name, parameter_type, default): argument 216 self.type = parameter_type 607 parameter_type = Type(first_token.start, first_token.end, 611 parameter_type, default)
|
/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/v8/src/torque/ |
D | implementation-visitor.cc | 1132 const Type* parameter_type = *type_iterator; in GenerateFunctionDeclaration() local 1134 parameter_type->GetGeneratedTypeName(); in GenerateFunctionDeclaration()
|