Searched refs:PRELU (Results 1 – 20 of 20) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | prelu.example.cpp | 50 .type = TestOperationType::PRELU in get_test_model() 141 .type = TestOperationType::PRELU in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PRELU in get_test_model_all_tensors_as_inputs() 323 .type = TestOperationType::PRELU in get_test_model_all_tensors_as_inputs_all_inputs_as_internal() 380 .type = TestOperationType::PRELU in get_test_model_relaxed() 471 .type = TestOperationType::PRELU in get_test_model_relaxed_all_inputs_as_internal() 528 .type = TestOperationType::PRELU in get_test_model_relaxed_all_tensors_as_inputs() 653 .type = TestOperationType::PRELU in get_test_model_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 710 .type = TestOperationType::PRELU in get_test_model_quant8() 801 .type = TestOperationType::PRELU in get_test_model_quant8_all_inputs_as_internal() [all …]
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | prelu_quant8_signed.example.cpp | 50 .type = TestOperationType::PRELU in get_test_model_quant8_signed() 141 .type = TestOperationType::PRELU in get_test_model_quant8_signed_all_inputs_as_internal() 198 .type = TestOperationType::PRELU in get_test_model_quant8_signed_all_tensors_as_inputs() 323 .type = TestOperationType::PRELU in get_test_model_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal() 380 .type = TestOperationType::PRELU in get_test_model_quant8_signed_2() 471 .type = TestOperationType::PRELU in get_test_model_quant8_signed_all_inputs_as_internal_2() 528 .type = TestOperationType::PRELU in get_test_model_quant8_signed_all_tensors_as_inputs_2() 653 .type = TestOperationType::PRELU in get_test_model_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal_2() 710 .type = TestOperationType::PRELU in get_test_model_quant8_signed_3() 801 .type = TestOperationType::PRELU in get_test_model_quant8_signed_all_inputs_as_internal_3() [all …]
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed011 | 65 type: PRELU
|
D | seed288 | 65 type: PRELU
|
D | seed106 | 65 type: PRELU
|
D | seed028 | 66 type: PRELU
|
D | seed004 | 65 type: PRELU
|
D | seed352 | 65 type: PRELU
|
D | seed082 | 65 type: PRELU
|
D | seed201 | 1535 type: PRELU
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 128 DEFINE_BROADCAST_SIGNATURE(PRELU, V1_2, TestOperandType::TENSOR_FLOAT32, 136 DEFINE_BROADCAST_SIGNATURE(PRELU, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 139 static_assert(static_cast<TestOperationType>(PRELU) == TestOperationType::PRELU);
|
D | Model.proto | 111 PRELU = 71; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 114 CHECK_TEST_ENUM(TestOperationType, PRELU);
|
D | TestPartitioning.cpp | 228 {OperationType::PRELU, kFirstEncodingPRELU},
|
/frameworks/ml/nn/common/operations/ |
D | PRelu.cpp | 175 NN_REGISTER_OPERATION(PRELU, prelu::kOperationName, prelu::validate, prelu::prepare,
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 166 PRELU = 71, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 648 TEST_SINGLE_OPERATION(PRELU, V1_2, kMediumCriteria); 725 TEST_SINGLE_OPERATION(PRELU, V1_3, kMediumCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 479 static_assert(static_cast<int32_t>(OperationType::PRELU) == ANEURALNETWORKS_PRELU,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4819 %{DeclareOperation_1.2 PRELU 71},
|