Searched refs:POW (Results 1 – 20 of 20) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | pow.example.cpp | 50 .type = TestOperationType::POW in get_test_model() 175 .type = TestOperationType::POW in get_test_model_all_inputs_as_internal() 232 .type = TestOperationType::POW in get_test_model_relaxed() 357 .type = TestOperationType::POW in get_test_model_relaxed_all_inputs_as_internal() 414 .type = TestOperationType::POW in get_test_model_float16() 539 .type = TestOperationType::POW in get_test_model_float16_all_inputs_as_internal() 596 .type = TestOperationType::POW in get_test_model_2() 721 .type = TestOperationType::POW in get_test_model_all_inputs_as_internal_2() 778 .type = TestOperationType::POW in get_test_model_relaxed_2() 903 .type = TestOperationType::POW in get_test_model_relaxed_all_inputs_as_internal_2() [all …]
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | pow_same_shape.example.cpp | 50 .type = TestOperationType::POW in get_test_model() 175 .type = TestOperationType::POW in get_test_model_all_inputs_as_internal() 232 .type = TestOperationType::POW in get_test_model_relaxed() 357 .type = TestOperationType::POW in get_test_model_relaxed_all_inputs_as_internal() 414 .type = TestOperationType::POW in get_test_model_float16() 539 .type = TestOperationType::POW in get_test_model_float16_all_inputs_as_internal()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed310 | 125 type: POW 145 type: POW
|
D | seed318 | 59 type: POW
|
D | seed230 | 62 type: POW
|
D | seed370 | 122 type: POW
|
D | seed450 | 99 type: POW
|
D | seed126 | 182 type: POW
|
D | seed364 | 175 type: POW
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 63 if (op->opType == TestOperationType::DIV || op->opType == TestOperationType::POW) { in broadcastOpConstructor() 78 if (op->opType == TestOperationType::POW) { in broadcastOpConstructor() 126 DEFINE_BROADCAST_SIGNATURE(POW, V1_2, TestOperandType::TENSOR_FLOAT32,
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 138 static_assert(static_cast<TestOperationType>(POW) == TestOperationType::POW);
|
D | Model.proto | 110 POW = 70; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 113 CHECK_TEST_ENUM(TestOperationType, POW);
|
D | TestPartitioning.cpp | 227 {OperationType::POW, kFirstEncodingPOW},
|
D | TestValidateOperations.cpp | 3844 TEST(OperationValidationTest, POW) { in TEST() argument
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 165 POW = 70, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 647 TEST_SINGLE_OPERATION(POW, V1_2, kRelaxedCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 477 static_assert(static_cast<int32_t>(OperationType::POW) == ANEURALNETWORKS_POW,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1686 case OperationType::POW: { in executeOperation()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4770 %{DeclareOperation_1.2 POW 70},
|