Home
last modified time | relevance | path

Searched refs:POW (Results 1 – 20 of 20) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dpow.example.cpp50 .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/
Dpow_same_shape.example.cpp50 .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/
Dseed310125 type: POW
145 type: POW
Dseed31859 type: POW
Dseed23062 type: POW
Dseed370122 type: POW
Dseed45099 type: POW
Dseed126182 type: POW
Dseed364175 type: POW
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DBroadcast.cpp63 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/
DStaticAssert.cpp138 static_assert(static_cast<TestOperationType>(POW) == TestOperationType::POW);
DModel.proto110 POW = 70; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp113 CHECK_TEST_ENUM(TestOperationType, POW);
DTestPartitioning.cpp227 {OperationType::POW, kFirstEncodingPOW},
DTestValidateOperations.cpp3844 TEST(OperationValidationTest, POW) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h165 POW = 70, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp647 TEST_SINGLE_OPERATION(POW, V1_2, kRelaxedCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp477 static_assert(static_cast<int32_t>(OperationType::POW) == ANEURALNETWORKS_POW,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1686 case OperationType::POW: { in executeOperation()
/frameworks/ml/nn/tools/api/
Dtypes.spec4770 %{DeclareOperation_1.2 POW 70},