/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | prelu.example.cpp | 44 .type = TestOperationType::PRELU, in get_test_model() 135 .type = TestOperationType::PRELU, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::PRELU, in get_test_model_all_tensors_as_inputs() 317 .type = TestOperationType::PRELU, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal() 374 .type = TestOperationType::PRELU, in get_test_model_relaxed() 465 .type = TestOperationType::PRELU, in get_test_model_relaxed_all_inputs_as_internal() 522 .type = TestOperationType::PRELU, in get_test_model_relaxed_all_tensors_as_inputs() 647 .type = TestOperationType::PRELU, in get_test_model_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 704 .type = TestOperationType::PRELU, in get_test_model_quant8() 795 .type = TestOperationType::PRELU, in get_test_model_quant8_all_inputs_as_internal() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
D | prelu_quant8_signed.example.cpp | 44 .type = TestOperationType::PRELU, in get_test_model_quant8_signed() 135 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_all_inputs_as_internal() 192 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_all_tensors_as_inputs() 317 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal() 374 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_2() 465 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_all_inputs_as_internal_2() 522 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_all_tensors_as_inputs_2() 647 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal_2() 704 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_3() 795 .type = TestOperationType::PRELU, in get_test_model_quant8_signed_all_inputs_as_internal_3() [all …]
|
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | PRelu.cpp | 44 NN_DEFINE_VALIDATION_FUNCTION(PRELU, prelu::validate);
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed119 | 63 type: PRELU
|
/packages/modules/NeuralNetworks/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);
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 3855 PRELU = 71, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 139 static_assert(static_cast<TestOperationType>(PRELU) == TestOperationType::PRELU);
|
D | Model.proto | 112 PRELU = 71; enumerator
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | OperationConverterResolver.cpp | 101 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(PRELU);
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 114 CALL(PRELU) \
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 114 CHECK_TEST_ENUM(TestOperationType, PRELU);
|
D | TestPartitioning.cpp | 235 {V1_3::OperationType::PRELU, kFirstEncodingPRELU},
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 143 COMPARE_ENUMS(PRELU);
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | PRelu.cpp | 157 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(PRELU, prelu::prepare, prelu::execute);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 166 PRELU = 71, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 650 TEST_SINGLE_OPERATION(PRELU, V1_2, kMediumCriteria); 727 TEST_SINGLE_OPERATION(PRELU, V1_3, kMediumCriteria);
|
/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 488 static_assert(static_cast<int32_t>(OperationType::PRELU) == ANEURALNETWORKS_PRELU,
|
D | NeuralNetworks.cpp | 486 static_assert(static_cast<int32_t>(OperationType::PRELU) == ANEURALNETWORKS_PRELU,
|
/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriverFloatXNNPACK.cpp | 540 case V1_3::OperationType::PRELU: in VisitNode()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 4983 %{DeclareOperation_1.2 PRELU 71},
|