/frameworks/ml/nn/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);
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/ |
D | div.example.cpp | 60 .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()
|
D | div_broadcast_float_relaxed.example.cpp | 60 .type = TestOperationType::DIV in get_test_model() 195 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal()
|
D | div_relaxed.example.cpp | 60 .type = TestOperationType::DIV in get_test_model() 195 .type = TestOperationType::DIV in get_test_model_all_inputs_as_internal()
|
D | div_broadcast_float.example.cpp | 60 .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/ |
D | div_int32.example.cpp | 60 .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/ |
D | div_v1_2.example.cpp | 60 .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/ |
D | seed383 | 73 type: DIV
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 37 DIV = 5, enumerator 165 Operator& Operator::create<Operator::DIV>();
|
D | BinaryOp.h | 56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 167 Operator& Operator::create<Operator::DIV>() { in create() 168 static BinaryOp<Operator::DIV> op; in create()
|
D | BinaryOp.cpp | 35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
|
D | ScriptParser.yy | 669 &Operator::create<Operator::DIV>());
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 87 static_assert(static_cast<TestOperationType>(DIV) == TestOperationType::DIV);
|
D | Model.proto | 70 DIV = 30; enumerator
|
/frameworks/ml/nn/common/operations/ |
D | Broadcast.cpp | 439 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/ |
D | TestAssertions.cpp | 73 CHECK_TEST_ENUM(TestOperationType, DIV);
|
D | TestPartitioning.cpp | 223 {OperationType::DIV, kFirstEncodingDIV}, 258 case OperationType::DIV: in lookupOperation()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 568 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/ |
D | TestHarness.h | 125 DIV = 30, enumerator
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 358 static_assert(static_cast<int32_t>(OperationType::DIV) == ANEURALNETWORKS_DIV,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 2482 %{DeclareOperation DIV 30},
|