/frameworks/ml/nn/common/ |
D | ValidateHal.cpp | 223 static bool validOperationType(V1_0::OperationType operation) { in validOperationType() 225 case V1_0::OperationType::ADD: in validOperationType() 226 case V1_0::OperationType::AVERAGE_POOL_2D: in validOperationType() 227 case V1_0::OperationType::CONCATENATION: in validOperationType() 228 case V1_0::OperationType::CONV_2D: in validOperationType() 229 case V1_0::OperationType::DEPTHWISE_CONV_2D: in validOperationType() 230 case V1_0::OperationType::DEPTH_TO_SPACE: in validOperationType() 231 case V1_0::OperationType::DEQUANTIZE: in validOperationType() 232 case V1_0::OperationType::EMBEDDING_LOOKUP: in validOperationType() 233 case V1_0::OperationType::FLOOR: in validOperationType() [all …]
|
D | Utils.cpp | 175 const char* getOperationName(OperationType type) { in getOperationName() 1495 bool compliantWithV1_0(V1_0::OperationType) { in compliantWithV1_0() argument 1499 bool compliantWithV1_0(V1_1::OperationType operation) { in compliantWithV1_0() 1500 switch (static_cast<V1_0::OperationType>(operation)) { in compliantWithV1_0() 1501 case V1_0::OperationType::ADD: in compliantWithV1_0() 1502 case V1_0::OperationType::AVERAGE_POOL_2D: in compliantWithV1_0() 1503 case V1_0::OperationType::CONCATENATION: in compliantWithV1_0() 1504 case V1_0::OperationType::CONV_2D: in compliantWithV1_0() 1505 case V1_0::OperationType::DEPTHWISE_CONV_2D: in compliantWithV1_0() 1506 case V1_0::OperationType::DEPTH_TO_SPACE: in compliantWithV1_0() [all …]
|
D | CpuExecutor.cpp | 355 case OperationType::OEM_OPERATION: { in executeOperation() 359 case OperationType::ADD: { in executeOperation() 392 case OperationType::MUL: { in executeOperation() 425 case OperationType::FLOOR: { in executeOperation() 441 case OperationType::DEQUANTIZE: { in executeOperation() 458 case OperationType::DEPTHWISE_CONV_2D: { in executeOperation() 548 case OperationType::CONV_2D: { in executeOperation() 628 case OperationType::AVERAGE_POOL_2D: { in executeOperation() 708 case OperationType::L2_POOL_2D: { in executeOperation() 772 case OperationType::MAX_POOL_2D: { in executeOperation() [all …]
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 150 static_assert(static_cast<int32_t>(OperationType::ADD) == ANEURALNETWORKS_ADD, 152 static_assert(static_cast<int32_t>(OperationType::AVERAGE_POOL_2D) == 155 static_assert(static_cast<int32_t>(OperationType::CONV_2D) == ANEURALNETWORKS_CONV_2D, 157 static_assert(static_cast<int32_t>(OperationType::DEPTHWISE_CONV_2D) == 160 static_assert(static_cast<int32_t>(OperationType::DEPTH_TO_SPACE) == 163 static_assert(static_cast<int32_t>(OperationType::DEQUANTIZE) == ANEURALNETWORKS_DEQUANTIZE, 165 static_assert(static_cast<int32_t>(OperationType::EMBEDDING_LOOKUP) == 168 static_assert(static_cast<int32_t>(OperationType::FLOOR) == ANEURALNETWORKS_FLOOR, 170 static_assert(static_cast<int32_t>(OperationType::FULLY_CONNECTED) == 173 static_assert(static_cast<int32_t>(OperationType::HASHTABLE_LOOKUP) == [all …]
|
/frameworks/ml/nn/common/include/ |
D | Utils.h | 99 const char* getOperationName(OperationType opCode); 161 bool compliantWithV1_0(V1_0::OperationType type); 162 bool compliantWithV1_0(V1_1::OperationType type); 163 bool compliantWithV1_1(V1_0::OperationType type); 164 bool compliantWithV1_1(V1_1::OperationType type); 181 V1_0::OperationType convertToV1_0(V1_0::OperationType type); 182 V1_0::OperationType convertToV1_0(V1_1::OperationType type); 183 V1_1::OperationType convertToV1_1(V1_0::OperationType type); 184 V1_1::OperationType convertToV1_1(V1_1::OperationType type);
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriverMinimal.cpp | 64 case OperationType::ADD: in getSupportedOperations_1_1() 65 case OperationType::CONCATENATION: in getSupportedOperations_1_1() 66 case OperationType::CONV_2D: { in getSupportedOperations_1_1()
|
/frameworks/ml/nn/runtime/test/generated/vts_models/ |
D | mobilenet_224_gender_basic_fixed.model.cpp | 1971 .type = OperationType::CONV_2D, in createTestModel() 1976 .type = OperationType::DEPTHWISE_CONV_2D, in createTestModel() 1981 .type = OperationType::CONV_2D, in createTestModel() 1986 .type = OperationType::DEPTHWISE_CONV_2D, in createTestModel() 1991 .type = OperationType::CONV_2D, in createTestModel() 1996 .type = OperationType::DEPTHWISE_CONV_2D, in createTestModel() 2001 .type = OperationType::CONV_2D, in createTestModel() 2006 .type = OperationType::DEPTHWISE_CONV_2D, in createTestModel() 2011 .type = OperationType::CONV_2D, in createTestModel() 2016 .type = OperationType::DEPTHWISE_CONV_2D, in createTestModel() [all …]
|
D | l2_normalization_2.model.cpp | 27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
|
D | relu_float_1_relaxed.model.cpp | 27 .type = OperationType::RELU, in createTestModel()
|
D | relu6_quant8_1.model.cpp | 27 .type = OperationType::RELU6, in createTestModel()
|
D | logistic_float_1_relaxed.model.cpp | 27 .type = OperationType::LOGISTIC, in createTestModel()
|
D | relu_float_2_relaxed.model.cpp | 27 .type = OperationType::RELU, in createTestModel()
|
D | dequantize_relaxed.model.cpp | 27 .type = OperationType::DEQUANTIZE, in createTestModel()
|
D | relu1_float_2_relaxed.model.cpp | 27 .type = OperationType::RELU1, in createTestModel()
|
D | l2_normalization_2_relaxed.model.cpp | 27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
|
D | relu1_float_1_relaxed.model.cpp | 27 .type = OperationType::RELU1, in createTestModel()
|
D | relu6_float_1.model.cpp | 27 .type = OperationType::RELU6, in createTestModel()
|
D | relu6_float_2.model.cpp | 27 .type = OperationType::RELU6, in createTestModel()
|
D | l2_normalization_large.model.cpp | 27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
|
D | relu_quant8_1.model.cpp | 27 .type = OperationType::RELU, in createTestModel()
|
D | relu1_float_2.model.cpp | 27 .type = OperationType::RELU1, in createTestModel()
|
D | relu6_quant8_2.model.cpp | 27 .type = OperationType::RELU6, in createTestModel()
|
D | logistic_float_2_relaxed.model.cpp | 27 .type = OperationType::LOGISTIC, in createTestModel()
|
D | l2_normalization.model.cpp | 27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_operands/ |
D | stdout.txt.expect | 72 .type = OperationType::ADD, 77 .type = OperationType::ADD,
|