/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Broadcast.cpp | 27 auto minSupportedVersion = (opType == OperationType::DIV || opType == OperationType::SUB) in validate() 43 } else if (opType == OperationType::DIV) { in validate() 79 NN_DEFINE_VALIDATION_FUNCTION(DIV, [](const IOperationValidationContext* context) { in __anon186a66d20302() 80 return broadcast::validate(OperationType::DIV, context); in __anon186a66d20302()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 63 if (op->opType == TestOperationType::DIV || op->opType == TestOperationType::POW) { in broadcastOpConstructor() 69 op->opType == TestOperationType::SUB || op->opType == TestOperationType::DIV) && in broadcastOpConstructor() 74 if (op->opType == TestOperationType::DIV) { in broadcastOpConstructor() 101 DEFINE_BROADCAST_WITH_ACT_SIGNATURE(DIV, V1_1, TestOperandType::TENSOR_FLOAT32); 106 DEFINE_BROADCAST_WITH_ACT_SIGNATURE(DIV, V1_2, TestOperandType::TENSOR_FLOAT16); 113 DEFINE_BROADCAST_WITH_ACT_SIGNATURE(DIV, V1_3, TestOperandType::TENSOR_INT32);
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
D | div.example.cpp | 54 .type = TestOperationType::DIV, in get_test_model() 189 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal() 256 .type = TestOperationType::DIV, in get_test_model_by_zero() 391 .type = TestOperationType::DIV, in get_test_model_by_zero_all_inputs_as_internal() 458 .type = TestOperationType::DIV, in get_test_model_by_zero_relaxed() 593 .type = TestOperationType::DIV, in get_test_model_by_zero_relaxed_all_inputs_as_internal()
|
D | div_relaxed.example.cpp | 54 .type = TestOperationType::DIV, in get_test_model() 189 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal()
|
D | div_broadcast_float_relaxed.example.cpp | 54 .type = TestOperationType::DIV, in get_test_model() 189 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal()
|
D | div_broadcast_float.example.cpp | 54 .type = TestOperationType::DIV, in get_test_model() 189 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
D | div_int32.example.cpp | 54 .type = TestOperationType::DIV, in get_test_model() 121 .type = TestOperationType::DIV, in get_test_model_by_zero()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | div_v1_2.example.cpp | 54 .type = TestOperationType::DIV, in get_test_model() 189 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal() 256 .type = TestOperationType::DIV, in get_test_model_2() 391 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal_2() 676 .type = TestOperationType::DIV, in get_test_model_zero_sized() 961 .type = TestOperationType::DIV, in get_test_model_zero_sized_relaxed() 1246 .type = TestOperationType::DIV, in get_test_model_zero_sized_float16() 1313 .type = TestOperationType::DIV, in get_test_model_by_zero() 1448 .type = TestOperationType::DIV, in get_test_model_by_zero_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/ |
D | seed308 | 62 type: DIV
|
D | seed352 | 65 type: DIV
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed177 | 71 type: DIV
|
D | seed148 | 71 type: DIV
|
D | seed068 | 162 type: DIV
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 1907 DIV = 30, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 87 static_assert(static_cast<TestOperationType>(DIV) == TestOperationType::DIV);
|
D | Model.proto | 71 DIV = 30; enumerator
|
/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfV4GeneratorBase.java | 185 return append(new Instruction(Opcodes.DIV).addUnsigned(val)); in addDiv() 245 addR0ArithR1(Opcodes.DIV); // R0 /= R1 in addDivR0ByR1()
|
D | BaseApfGenerator.java | 73 DIV(9), // Divide, e.g. "div R0,5" enumConstant
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | OperationConverterResolver.cpp | 59 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(DIV);
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 73 CALL(DIV) \
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 73 CHECK_TEST_ENUM(TestOperationType, DIV);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 102 COMPARE_ENUMS(DIV);
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 570 TEST_SINGLE_OPERATION(DIV, V1_1, kRelaxedCriteria); 584 TEST_SINGLE_OPERATION(DIV, V1_2, kRelaxedCriteria); 701 TEST_SINGLE_OPERATION(DIV, V1_3, kMediumCriteria);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 125 DIV = 30, enumerator
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Broadcast.cpp | 652 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(DIV, broadcast::prepare, broadcast::executeDiv,
|