Home
last modified time | relevance | path

Searched refs:TANH (Results 1 – 17 of 17) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Dtanh_relaxed.example.cpp40 .type = TestOperationType::TANH in get_test_model()
121 .type = TestOperationType::TANH in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/
Dtanh.example.cpp40 .type = TestOperationType::TANH in get_test_model()
121 .type = TestOperationType::TANH in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed31940 type: TANH
Dseed01746 type: TANH
Dseed25046 type: TANH
Dseed292101 type: TANH
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dtanh_quant8_signed.example.cpp40 .type = TestOperationType::TANH in get_test_model()
121 .type = TestOperationType::TANH in get_test_model_all_inputs_as_internal()
386 .type = TestOperationType::TANH in get_test_model_zero_sized_quant8_signed()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DElementwise.cpp72 DEFINE_ELEMENTWISE_SIGNATURE(TANH, V1_0, TestOperandType::TENSOR_FLOAT32);
125 DEFINE_ELEMENTWISE_WITH_QUANT_OUTPUT_SIGNATURE(TANH, V1_2, /*scale=*/1.f / 128, /*zeroPoint=*/128,
131 DEFINE_ELEMENTWISE_WITH_QUANT_OUTPUT_SIGNATURE(TANH, V1_3, /*scale=*/1.f / 128, /*zeroPoint=*/0,
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dtanh_v1_2.example.cpp40 .type = TestOperationType::TANH in get_test_model()
121 .type = TestOperationType::TANH in get_test_model_all_inputs_as_internal()
168 .type = TestOperationType::TANH in get_test_model_2()
249 .type = TestOperationType::TANH in get_test_model_all_inputs_as_internal_2()
514 .type = TestOperationType::TANH in get_test_model_zero_sized()
779 .type = TestOperationType::TANH in get_test_model_zero_sized_relaxed()
1044 .type = TestOperationType::TANH in get_test_model_zero_sized_quant8()
1309 .type = TestOperationType::TANH in get_test_model_zero_sized_float16()
/frameworks/ml/nn/common/operations/
DActivation.cpp368 if (opType == OperationType::TANH) { in validate()
422 case OperationType::TANH: in prepare()
633 NN_REGISTER_OPERATION(TANH, "TANH", std::bind(activation::validate, OperationType::TANH, _1),
634 std::bind(activation::prepare, OperationType::TANH, _1),
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp84 static_assert(static_cast<TestOperationType>(TANH) == TestOperationType::TANH);
DModel.proto68 TANH = 28; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp71 CHECK_TEST_ENUM(TestOperationType, TANH);
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp538 TEST_SINGLE_OPERATION(TANH, V1_0, kRelaxedCriteria);
580 TEST_SINGLE_OPERATION(TANH, V1_2, kRelaxedCriteria);
689 TEST_SINGLE_OPERATION(TANH, V1_3, kRelaxedCriteria);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h123 TANH = 28, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp341 static_assert(static_cast<int32_t>(OperationType::TANH) == ANEURALNETWORKS_TANH,
/frameworks/ml/nn/tools/api/
Dtypes.spec2371 %{DeclareOperation TANH 28},