Home
last modified time | relevance | path

Searched refs:RELU1 (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
H A Drelu1_quant8_1.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
168 .type = TestOperationType::RELU1 in get_test_model_2()
249 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal_2()
H A Drelu1_float_1.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
H A Drelu1_float_2.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
H A Drelu1_quant8_2.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
H A Drelu1_quant8_signed.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
168 .type = TestOperationType::RELU1 in get_test_model_2()
249 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal_2()
296 .type = TestOperationType::RELU1 in get_test_model_3()
377 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal_3()
642 .type = TestOperationType::RELU1 in get_test_model_zero_sized_quant8_signed()
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
H A Drelu1_float_1_relaxed.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
H A Drelu1_float_2_relaxed.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DElementwise.cpp68 DEFINE_ELEMENTWISE_SIGNATURE(RELU1, V1_0, TestOperandType::TENSOR_FLOAT32,
76 DEFINE_ELEMENTWISE_SIGNATURE(RELU1, V1_2, TestOperandType::TENSOR_FLOAT16);
79 DEFINE_ELEMENTWISE_SIGNATURE(RELU1, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
H A Drelu1_v1_2.example.cpp40 .type = TestOperationType::RELU1 in get_test_model()
121 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal()
168 .type = TestOperationType::RELU1 in get_test_model_2()
249 .type = TestOperationType::RELU1 in get_test_model_all_inputs_as_internal_2()
514 .type = TestOperationType::RELU1 in get_test_model_zero_sized()
779 .type = TestOperationType::RELU1 in get_test_model_zero_sized_relaxed()
1044 .type = TestOperationType::RELU1 in get_test_model_zero_sized_quant8()
1309 .type = TestOperationType::RELU1 in get_test_model_zero_sized_float16()
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DFusedActivationFunc.aidl39 RELU1 = 2, enumConstant
H A DOperationType.aidl57 RELU1 = 20, enumConstant
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DFusedActivationFunc.aidl39 RELU1 = 2, enumConstant
H A DOperationType.aidl57 RELU1 = 20, enumConstant
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DFusedActivationFunc.aidl36 RELU1, enumConstant
H A DOperationType.aidl1410 RELU1 = 20, enumConstant
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DAssertions.cpp104 COMPARE_ENUMS(RELU1);
247 COMPARE_ENUMS(RELU1);
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DOperationTypes.h1422 RELU1 = 20, enumerator
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DTestAssertions.cpp48 CHECK_TEST_ENUM(OperationType, RELU1);
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DStaticAssert.cpp75 static_assert(static_cast<TestOperationType>(RELU1) == TestOperationType::RELU1);
H A DModel.proto60 RELU1 = 20; enumerator
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DTestAssertions.cpp62 CHECK_TEST_ENUM(OperationType, RELU1);
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DAssertions.cpp68 COMPARE_ENUMS(RELU1);
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DActivation.cpp425 case OperationType::RELU1: in prepare()
634 NN_REGISTER_OPERATION(RELU1, "RELU1", std::bind(activation::validate, OperationType::RELU1, _1),
635 std::bind(activation::prepare, OperationType::RELU1, _1),
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DAssertions.cpp85 COMPARE_ENUMS(RELU1);
/aosp12/hardware/interfaces/neuralnetworks/1.0/
H A Dtypes.t62 RELU1 = 2,

12