Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dprelu.example.cpp50 .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/
Dprelu_quant8_signed.example.cpp50 .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/
Dseed01165 type: PRELU
Dseed28865 type: PRELU
Dseed10665 type: PRELU
Dseed02866 type: PRELU
Dseed00465 type: PRELU
Dseed35265 type: PRELU
Dseed08265 type: PRELU
Dseed2011535 type: PRELU
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DBroadcast.cpp128 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/
DStaticAssert.cpp139 static_assert(static_cast<TestOperationType>(PRELU) == TestOperationType::PRELU);
DModel.proto111 PRELU = 71; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp114 CHECK_TEST_ENUM(TestOperationType, PRELU);
DTestPartitioning.cpp228 {OperationType::PRELU, kFirstEncodingPRELU},
/frameworks/ml/nn/common/operations/
DPRelu.cpp175 NN_REGISTER_OPERATION(PRELU, prelu::kOperationName, prelu::validate, prelu::prepare,
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h166 PRELU = 71, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp648 TEST_SINGLE_OPERATION(PRELU, V1_2, kMediumCriteria);
725 TEST_SINGLE_OPERATION(PRELU, V1_3, kMediumCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp479 static_assert(static_cast<int32_t>(OperationType::PRELU) == ANEURALNETWORKS_PRELU,
/frameworks/ml/nn/tools/api/
Dtypes.spec4819 %{DeclareOperation_1.2 PRELU 71},