Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dreduce_max.example.cpp60 .type = TestOperationType::REDUCE_MAX in get_test_model()
161 .type = TestOperationType::REDUCE_MAX in get_test_model_all_inputs_as_internal()
228 .type = TestOperationType::REDUCE_MAX in get_test_model_relaxed()
329 .type = TestOperationType::REDUCE_MAX in get_test_model_relaxed_all_inputs_as_internal()
396 .type = TestOperationType::REDUCE_MAX in get_test_model_float16()
497 .type = TestOperationType::REDUCE_MAX in get_test_model_float16_all_inputs_as_internal()
564 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8()
665 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_all_inputs_as_internal()
732 .type = TestOperationType::REDUCE_MAX in get_test_model_2()
833 .type = TestOperationType::REDUCE_MAX in get_test_model_all_inputs_as_internal_2()
[all …]
Dreduce_max_b155508675.example.cpp60 .type = TestOperationType::REDUCE_MAX in get_test_model()
161 .type = TestOperationType::REDUCE_MAX in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dreduce_max_quant8_signed.example.cpp60 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed()
161 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed_all_inputs_as_internal()
228 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed_2()
329 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed_all_inputs_as_internal_2()
396 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed_3()
497 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed_all_inputs_as_internal_3()
564 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed_4()
665 .type = TestOperationType::REDUCE_MAX in get_test_model_quant8_signed_all_inputs_as_internal_4()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReduce.cpp95 DEFINE_REDUCE_SIGNATURE(REDUCE_MAX, V1_2, TestOperandType::TENSOR_FLOAT32,
99 DEFINE_REDUCE_SIGNATURE(REDUCE_MAX, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed03573 type: REDUCE_MAX
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp147 static_assert(static_cast<TestOperationType>(REDUCE_MAX) == TestOperationType::REDUCE_MAX);
DModel.proto117 REDUCE_MAX = 77; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp120 CHECK_TEST_ENUM(TestOperationType, REDUCE_MAX);
DTestValidateOperations.cpp3791 TEST(OperationValidationTest, REDUCE_MAX) { in TEST() argument
/frameworks/ml/nn/common/operations/
DReduce.cpp260 NN_REGISTER_OPERATION(REDUCE_MAX, "REDUCE_MAX", reduce::validateMaxMin, reduce::prepare,
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h172 REDUCE_MAX = 77, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp651 TEST_SINGLE_OPERATION(REDUCE_MAX, V1_2, kRelaxedCriteria);
727 TEST_SINGLE_OPERATION(REDUCE_MAX, V1_3, kRelaxedCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp493 static_assert(static_cast<int32_t>(OperationType::REDUCE_MAX) == ANEURALNETWORKS_REDUCE_MAX,
/frameworks/ml/nn/tools/api/
Dtypes.spec5084 %{DeclareOperation_1.2 REDUCE_MAX 77},