/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Elementwise.cpp | 31 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/ |
D | logistic_quant8_2.example.cpp | 40 .type = TestOperationType::LOGISTIC in get_test_model() 121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
|
D | logistic_float_2.example.cpp | 40 .type = TestOperationType::LOGISTIC in get_test_model() 121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
|
D | logistic_float_1.example.cpp | 40 .type = TestOperationType::LOGISTIC in get_test_model() 121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
|
D | logistic_quant8_1.example.cpp | 40 .type = TestOperationType::LOGISTIC in get_test_model() 121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
|
D | mobilenet_224_gender_basic_fixed.example.cpp | 2316 .type = TestOperationType::LOGISTIC in get_test_model()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/ |
D | logistic_float_1_relaxed.example.cpp | 40 .type = TestOperationType::LOGISTIC in get_test_model() 121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
|
D | logistic_float_2_relaxed.example.cpp | 40 .type = TestOperationType::LOGISTIC in get_test_model() 121 .type = TestOperationType::LOGISTIC in get_test_model_all_inputs_as_internal()
|
D | mobilenet_224_gender_basic_fixed_relaxed.example.cpp | 2316 .type = TestOperationType::LOGISTIC in get_test_model()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | logistic_quant8_signed.example.cpp | 40 .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/ |
D | seed103 | 46 type: LOGISTIC
|
D | seed065 | 2887 type: LOGISTIC
|
D | seed116 | 4206 type: LOGISTIC
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | logistic_v1_2.example.cpp | 40 .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/ |
D | StaticAssert.cpp | 69 static_assert(static_cast<TestOperationType>(LOGISTIC) == TestOperationType::LOGISTIC);
|
D | Model.proto | 54 LOGISTIC = 14; enumerator
|
/frameworks/ml/nn/common/operations/ |
D | Activation.cpp | 418 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/ |
D | TestAssertions.cpp | 57 CHECK_TEST_ENUM(TestOperationType, LOGISTIC);
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 542 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/ |
D | TestHarness.h | 109 LOGISTIC = 14, enumerator
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 312 static_assert(static_cast<int32_t>(OperationType::LOGISTIC) == ANEURALNETWORKS_LOGISTIC,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 1358 %{DeclareOperation LOGISTIC 14},
|