Home
last modified time | relevance | path

Searched refs:LOGISTIC (Results 1 – 22 of 22) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DElementwise.cpp31 case TestOperationType::LOGISTIC: in elementwiseOpConstructor()
74 DEFINE_ELEMENTWISE_SIGNATURE(LOGISTIC, V1_2, TestOperandType::TENSOR_FLOAT16);
122 DEFINE_ELEMENTWISE_WITH_QUANT_OUTPUT_SIGNATURE(LOGISTIC, V1_0, /*scale=*/1.f / 256, /*zeroPoint=*/0,
128 DEFINE_ELEMENTWISE_WITH_QUANT_OUTPUT_SIGNATURE(LOGISTIC, V1_3, /*scale=*/1.f / 256,
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/
Dlogistic_quant8_2.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
Dlogistic_float_2.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
Dlogistic_float_1.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
Dlogistic_quant8_1.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
Dmobilenet_224_gender_basic_fixed.example.cpp2316 .type = TestOperationType::LOGISTIC in get_test_model()
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Dlogistic_float_1_relaxed.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
Dlogistic_float_2_relaxed.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
Dmobilenet_224_gender_basic_fixed_relaxed.example.cpp2316 .type = TestOperationType::LOGISTIC in get_test_model()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dlogistic_quant8_signed.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
168 .type = TestOperationType::LOGISTIC in get_test_model_2()
249 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal_2()
514 .type = TestOperationType::LOGISTIC in get_test_model_zero_sized_quant8_signed()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed10346 type: LOGISTIC
Dseed0652887 type: LOGISTIC
Dseed1164206 type: LOGISTIC
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dlogistic_v1_2.example.cpp40 .type = TestOperationType::LOGISTIC in get_test_model()
121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
168 .type = TestOperationType::LOGISTIC in get_test_model_2()
249 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal_2()
514 .type = TestOperationType::LOGISTIC in get_test_model_zero_sized()
779 .type = TestOperationType::LOGISTIC in get_test_model_zero_sized_relaxed()
1044 .type = TestOperationType::LOGISTIC in get_test_model_zero_sized_quant8()
1309 .type = TestOperationType::LOGISTIC in get_test_model_zero_sized_float16()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp69 static_assert(static_cast<TestOperationType>(LOGISTIC) == TestOperationType::LOGISTIC);
DModel.proto54 LOGISTIC = 14; enumerator
/frameworks/ml/nn/common/operations/
DActivation.cpp418 case OperationType::LOGISTIC: in prepare()
629 NN_REGISTER_OPERATION(LOGISTIC, "LOGISTIC",
630 std::bind(activation::validate, OperationType::LOGISTIC, _1),
631 std::bind(activation::prepare, OperationType::LOGISTIC, _1),
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp57 CHECK_TEST_ENUM(TestOperationType, LOGISTIC);
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp542 TEST_SINGLE_OPERATION(LOGISTIC, V1_0, kRelaxedCriteria);
584 TEST_SINGLE_OPERATION(LOGISTIC, V1_2, kRelaxedCriteria);
687 TEST_SINGLE_OPERATION(LOGISTIC, V1_3, kRelaxedCriteria);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h109 LOGISTIC = 14, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp312 static_assert(static_cast<int32_t>(OperationType::LOGISTIC) == ANEURALNETWORKS_LOGISTIC,
/frameworks/ml/nn/tools/api/
Dtypes.spec1358 %{DeclareOperation LOGISTIC 14},