Searched refs:DIV (Results 1 – 15 of 15) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/vts_models/ |
D | div_broadcast_float_relaxed.model.cpp | 46 .type = OperationType::DIV, in createTestModel() 118 .type = OperationType::DIV, in createTestModel_dynamic_output_shape()
|
D | div_broadcast_float.model.cpp | 46 .type = OperationType::DIV, in createTestModel() 117 .type = OperationType::DIV, in createTestModel_dynamic_output_shape()
|
D | div.model.cpp | 46 .type = OperationType::DIV, in createTestModel() 117 .type = OperationType::DIV, in createTestModel_dynamic_output_shape()
|
D | div_relaxed.model.cpp | 46 .type = OperationType::DIV, in createTestModel() 118 .type = OperationType::DIV, in createTestModel_dynamic_output_shape()
|
D | div_v1_2.model.cpp | 46 .type = OperationType::DIV, in createTestModel() 117 .type = OperationType::DIV, in createTestModel_dynamic_output_shape() 188 .type = OperationType::DIV, in createTestModel_2() 259 .type = OperationType::DIV, in createTestModel_dynamic_output_shape_2() 529 .type = OperationType::DIV, in createTestModel_zero_sized() 799 .type = OperationType::DIV, in createTestModel_zero_sized_relaxed() 1070 .type = OperationType::DIV, in createTestModel_zero_sized_float16() 1340 .type = OperationType::DIV, in createTestModel_zero_sized_dynamic_output_shape() 1610 .type = OperationType::DIV, in createTestModel_zero_sized_dynamic_output_shape_relaxed() 1881 .type = OperationType::DIV, in createTestModel_zero_sized_dynamic_output_shape_float16()
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 71 DEFINE_BROADCAST_WITH_ACT_SIGNATURE(DIV, V1_1, Type::TENSOR_FLOAT32); 75 DEFINE_BROADCAST_WITH_ACT_SIGNATURE(DIV, V1_2, Type::TENSOR_FLOAT16);
|
/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/common/operations/ |
D | Broadcast.cpp | 351 const HalVersion opIntroducedAt = (opType == OperationType::DIV || opType == OperationType::SUB) in validate() 364 } else if (opType == OperationType::DIV) { in validate() 525 NN_REGISTER_OPERATION(DIV, "DIV", std::bind(broadcast::validate, OperationType::DIV, _1),
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 467 TEST_SINGLE_OPERATION(DIV, V1_1, kRelaxedCriteria); 481 TEST_SINGLE_OPERATION(DIV, V1_2, kRelaxedCriteria);
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 200 {OperationType::DIV, kFirstEncodingDIV}, 233 case OperationType::DIV: in lookupOperation()
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 328 static_assert(static_cast<int32_t>(OperationType::DIV) == ANEURALNETWORKS_DIV,
|