Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/NeuralNetworks/common/types/operations/src/
DBroadcast.cpp27 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/
DBroadcast.cpp63 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/
Ddiv.example.cpp54 .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()
Ddiv_relaxed.example.cpp54 .type = TestOperationType::DIV, in get_test_model()
189 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal()
Ddiv_broadcast_float_relaxed.example.cpp54 .type = TestOperationType::DIV, in get_test_model()
189 .type = TestOperationType::DIV, in get_test_model_all_inputs_as_internal()
Ddiv_broadcast_float.example.cpp54 .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/
Ddiv_int32.example.cpp54 .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/
Ddiv_v1_2.example.cpp54 .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/
Dseed30862 type: DIV
Dseed35265 type: DIV
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed17771 type: DIV
Dseed14871 type: DIV
Dseed068162 type: DIV
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h1907 DIV = 30, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp87 static_assert(static_cast<TestOperationType>(DIV) == TestOperationType::DIV);
DModel.proto71 DIV = 30; enumerator
/packages/modules/NetworkStack/src/android/net/apf/
DApfV4GeneratorBase.java185 return append(new Instruction(Opcodes.DIV).addUnsigned(val)); in addDiv()
245 addR0ArithR1(Opcodes.DIV); // R0 /= R1 in addDivR0ByR1()
DBaseApfGenerator.java73 DIV(9), // Divide, e.g. "div R0,5" enumConstant
/packages/modules/NeuralNetworks/runtime/operation_converters/
DOperationConverterResolver.cpp59 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(DIV);
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h73 CALL(DIV) \
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp73 CHECK_TEST_ENUM(TestOperationType, DIV);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp102 COMPARE_ENUMS(DIV);
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp570 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/
DTestHarness.h125 DIV = 30, enumerator
/packages/modules/NeuralNetworks/common/cpu_operations/
DBroadcast.cpp652 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(DIV, broadcast::prepare, broadcast::executeDiv,

12