Home
last modified time | relevance | path

Searched refs:REDUCE_SUM (Results 1 – 14 of 14) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dreduce_sum.example.cpp60 .type = TestOperationType::REDUCE_SUM in get_test_model()
161 .type = TestOperationType::REDUCE_SUM in get_test_model_all_inputs_as_internal()
228 .type = TestOperationType::REDUCE_SUM in get_test_model_relaxed()
329 .type = TestOperationType::REDUCE_SUM in get_test_model_relaxed_all_inputs_as_internal()
396 .type = TestOperationType::REDUCE_SUM in get_test_model_float16()
497 .type = TestOperationType::REDUCE_SUM in get_test_model_float16_all_inputs_as_internal()
564 .type = TestOperationType::REDUCE_SUM in get_test_model_2()
665 .type = TestOperationType::REDUCE_SUM in get_test_model_all_inputs_as_internal_2()
732 .type = TestOperationType::REDUCE_SUM in get_test_model_relaxed_2()
833 .type = TestOperationType::REDUCE_SUM in get_test_model_relaxed_all_inputs_as_internal_2()
[all …]
Dreduce_sum_b155508675.example.cpp60 .type = TestOperationType::REDUCE_SUM in get_test_model()
161 .type = TestOperationType::REDUCE_SUM in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed08373 type: REDUCE_SUM
Dseed24873 type: REDUCE_SUM
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp150 static_assert(static_cast<TestOperationType>(REDUCE_SUM) == TestOperationType::REDUCE_SUM);
DModel.proto120 REDUCE_SUM = 80; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp123 CHECK_TEST_ENUM(TestOperationType, REDUCE_SUM);
DTestValidateOperations.cpp3786 TEST(OperationValidationTest, REDUCE_SUM) { in TEST() argument
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReduce.cpp93 DEFINE_REDUCE_SIGNATURE(REDUCE_SUM, V1_2, TestOperandType::TENSOR_FLOAT32,
/frameworks/ml/nn/common/operations/
DReduce.cpp258 NN_REGISTER_OPERATION(REDUCE_SUM, "REDUCE_SUM", reduce::validateProdSum, reduce::prepare,
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h175 REDUCE_SUM = 80, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp654 TEST_SINGLE_OPERATION(REDUCE_SUM, V1_2, kRelaxedCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp499 static_assert(static_cast<int32_t>(OperationType::REDUCE_SUM) == ANEURALNETWORKS_REDUCE_SUM,
/frameworks/ml/nn/tools/api/
Dtypes.spec5181 %{DeclareOperation_1.2 REDUCE_SUM 80},