Searched refs:TANH (Results 1 – 17 of 17) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/ |
D | tanh_relaxed.example.cpp | 40 .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/ |
D | tanh.example.cpp | 40 .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/ |
D | seed319 | 40 type: TANH
|
D | seed017 | 46 type: TANH
|
D | seed250 | 46 type: TANH
|
D | seed292 | 101 type: TANH
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | tanh_quant8_signed.example.cpp | 40 .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/ |
D | Elementwise.cpp | 72 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/ |
D | tanh_v1_2.example.cpp | 40 .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/ |
D | Activation.cpp | 368 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/ |
D | StaticAssert.cpp | 84 static_assert(static_cast<TestOperationType>(TANH) == TestOperationType::TANH);
|
D | Model.proto | 68 TANH = 28; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 71 CHECK_TEST_ENUM(TestOperationType, TANH);
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 538 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/ |
D | TestHarness.h | 123 TANH = 28, enumerator
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 341 static_assert(static_cast<int32_t>(OperationType::TANH) == ANEURALNETWORKS_TANH,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 2371 %{DeclareOperation TANH 28},
|