Home
last modified time | relevance | path

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

/frameworks/ml/nn/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);
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Ddiv.example.cpp60 .type = TestOperationType::DIV in get_test_model()
195 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal()
262 .type = TestOperationType::DIV in get_test_model_by_zero()
397 .type = TestOperationType::DIV in get_test_model_by_zero_all_inputs_as_internal()
464 .type = TestOperationType::DIV in get_test_model_by_zero_relaxed()
599 .type = TestOperationType::DIV in get_test_model_by_zero_relaxed_all_inputs_as_internal()
Ddiv_broadcast_float_relaxed.example.cpp60 .type = TestOperationType::DIV in get_test_model()
195 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal()
Ddiv_relaxed.example.cpp60 .type = TestOperationType::DIV in get_test_model()
195 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal()
Ddiv_broadcast_float.example.cpp60 .type = TestOperationType::DIV in get_test_model()
195 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Ddiv_int32.example.cpp60 .type = TestOperationType::DIV in get_test_model()
127 .type = TestOperationType::DIV in get_test_model_by_zero()
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Ddiv_v1_2.example.cpp60 .type = TestOperationType::DIV in get_test_model()
195 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal()
262 .type = TestOperationType::DIV in get_test_model_2()
397 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal_2()
682 .type = TestOperationType::DIV in get_test_model_zero_sized()
967 .type = TestOperationType::DIV in get_test_model_zero_sized_relaxed()
1252 .type = TestOperationType::DIV in get_test_model_zero_sized_float16()
1319 .type = TestOperationType::DIV in get_test_model_by_zero()
1454 .type = TestOperationType::DIV in get_test_model_by_zero_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed38373 type: DIV
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h37 DIV = 5, enumerator
165 Operator& Operator::create<Operator::DIV>();
DBinaryOp.h56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp167 Operator& Operator::create<Operator::DIV>() { in create()
168 static BinaryOp<Operator::DIV> op; in create()
DBinaryOp.cpp35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
DScriptParser.yy669 &Operator::create<Operator::DIV>());
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp87 static_assert(static_cast<TestOperationType>(DIV) == TestOperationType::DIV);
DModel.proto70 DIV = 30; enumerator
/frameworks/ml/nn/common/operations/
DBroadcast.cpp439 const HalVersion opIntroducedAt = (opType == OperationType::DIV || opType == OperationType::SUB) in validate()
452 } else if (opType == OperationType::DIV) { in validate()
690 NN_REGISTER_OPERATION(DIV, "DIV", std::bind(broadcast::validate, OperationType::DIV, _1),
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp73 CHECK_TEST_ENUM(TestOperationType, DIV);
DTestPartitioning.cpp223 {OperationType::DIV, kFirstEncodingDIV},
258 case OperationType::DIV: in lookupOperation()
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp568 TEST_SINGLE_OPERATION(DIV, V1_1, kRelaxedCriteria);
582 TEST_SINGLE_OPERATION(DIV, V1_2, kRelaxedCriteria);
699 TEST_SINGLE_OPERATION(DIV, V1_3, kMediumCriteria);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h125 DIV = 30, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp358 static_assert(static_cast<int32_t>(OperationType::DIV) == ANEURALNETWORKS_DIV,
/frameworks/ml/nn/tools/api/
Dtypes.spec2482 %{DeclareOperation DIV 30},