Home
last modified time | relevance | path

Searched refs:HARD_SWISH (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dhard_swish.example.cpp40 .type = TestOperationType::HARD_SWISH in get_test_model_simple()
121 .type = TestOperationType::HARD_SWISH in get_test_model_simple_all_inputs_as_internal()
168 .type = TestOperationType::HARD_SWISH in get_test_model_simple_float16()
249 .type = TestOperationType::HARD_SWISH in get_test_model_simple_float16_all_inputs_as_internal()
296 .type = TestOperationType::HARD_SWISH in get_test_model_simple_relaxed()
377 .type = TestOperationType::HARD_SWISH in get_test_model_simple_relaxed_all_inputs_as_internal()
424 .type = TestOperationType::HARD_SWISH in get_test_model_simple_quant8()
505 .type = TestOperationType::HARD_SWISH in get_test_model_simple_quant8_all_inputs_as_internal()
552 .type = TestOperationType::HARD_SWISH in get_test_model_simple_quant8_signed()
633 .type = TestOperationType::HARD_SWISH in get_test_model_simple_quant8_signed_all_inputs_as_internal()
[all …]
/frameworks/ml/nn/common/operations/
DActivation.cpp401 if (opType != OperationType::HARD_SWISH) { in prepare()
409 case OperationType::HARD_SWISH: { in prepare()
636 NN_REGISTER_OPERATION(HARD_SWISH, "HARD_SWISH", activation::validateHardSwish,
637 std::bind(activation::prepare, OperationType::HARD_SWISH, _1),
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DElementwise.cpp81 DEFINE_ELEMENTWISE_SIGNATURE(HARD_SWISH, V1_3, TestOperandType::TENSOR_FLOAT32,
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h194 HARD_SWISH = 99, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp747 TEST_SINGLE_OPERATION(HARD_SWISH, V1_3, kMediumCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp543 static_assert(static_cast<int32_t>(OperationType::HARD_SWISH) == ANEURALNETWORKS_HARD_SWISH,
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp229 {OperationType::HARD_SWISH, kFirstEncodingHARD_SWISH},
/frameworks/ml/nn/tools/api/
Dtypes.spec6341 %{DeclareOperation_1.3 HARD_SWISH 99},