Home
last modified time | relevance | path

Searched refs:OperationType (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/frameworks/ml/nn/common/
DValidateHal.cpp223 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 …]
DUtils.cpp175 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 …]
DCpuExecutor.cpp355 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/
DNeuralNetworks.cpp150 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/
DUtils.h99 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/
DSampleDriverMinimal.cpp64 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/
Dmobilenet_224_gender_basic_fixed.model.cpp1971 .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 …]
Dl2_normalization_2.model.cpp27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
Drelu_float_1_relaxed.model.cpp27 .type = OperationType::RELU, in createTestModel()
Drelu6_quant8_1.model.cpp27 .type = OperationType::RELU6, in createTestModel()
Dlogistic_float_1_relaxed.model.cpp27 .type = OperationType::LOGISTIC, in createTestModel()
Drelu_float_2_relaxed.model.cpp27 .type = OperationType::RELU, in createTestModel()
Ddequantize_relaxed.model.cpp27 .type = OperationType::DEQUANTIZE, in createTestModel()
Drelu1_float_2_relaxed.model.cpp27 .type = OperationType::RELU1, in createTestModel()
Dl2_normalization_2_relaxed.model.cpp27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
Drelu1_float_1_relaxed.model.cpp27 .type = OperationType::RELU1, in createTestModel()
Drelu6_float_1.model.cpp27 .type = OperationType::RELU6, in createTestModel()
Drelu6_float_2.model.cpp27 .type = OperationType::RELU6, in createTestModel()
Dl2_normalization_large.model.cpp27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
Drelu_quant8_1.model.cpp27 .type = OperationType::RELU, in createTestModel()
Drelu1_float_2.model.cpp27 .type = OperationType::RELU1, in createTestModel()
Drelu6_quant8_2.model.cpp27 .type = OperationType::RELU6, in createTestModel()
Dlogistic_float_2_relaxed.model.cpp27 .type = OperationType::LOGISTIC, in createTestModel()
Dl2_normalization.model.cpp27 .type = OperationType::L2_NORMALIZATION, in createTestModel()
/frameworks/ml/nn/tools/test_generator/tests/P_vts_operands/
Dstdout.txt.expect72 .type = OperationType::ADD,
77 .type = OperationType::ADD,

12345678910>>...14