Home
last modified time | relevance | path

Searched refs:ARGMIN (Results 1 – 24 of 24) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dargmin_3.example.cpp50 .type = TestOperationType::ARGMIN in get_test_model()
141 .type = TestOperationType::ARGMIN in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::ARGMIN in get_test_model_relaxed()
289 .type = TestOperationType::ARGMIN in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::ARGMIN in get_test_model_float16()
437 .type = TestOperationType::ARGMIN in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::ARGMIN in get_test_model_int32()
551 .type = TestOperationType::ARGMIN in get_test_model_quant8()
642 .type = TestOperationType::ARGMIN in get_test_model_quant8_all_inputs_as_internal()
Dargmin_1.example.cpp50 .type = TestOperationType::ARGMIN in get_test_model()
141 .type = TestOperationType::ARGMIN in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::ARGMIN in get_test_model_relaxed()
289 .type = TestOperationType::ARGMIN in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::ARGMIN in get_test_model_float16()
437 .type = TestOperationType::ARGMIN in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::ARGMIN in get_test_model_int32()
551 .type = TestOperationType::ARGMIN in get_test_model_quant8()
642 .type = TestOperationType::ARGMIN in get_test_model_quant8_all_inputs_as_internal()
Dargmin_2.example.cpp50 .type = TestOperationType::ARGMIN in get_test_model()
141 .type = TestOperationType::ARGMIN in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::ARGMIN in get_test_model_relaxed()
289 .type = TestOperationType::ARGMIN in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::ARGMIN in get_test_model_float16()
437 .type = TestOperationType::ARGMIN in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::ARGMIN in get_test_model_int32()
551 .type = TestOperationType::ARGMIN in get_test_model_quant8()
642 .type = TestOperationType::ARGMIN in get_test_model_quant8_all_inputs_as_internal()
Dargmin_b155660285.example.cpp50 .type = TestOperationType::ARGMIN in get_test_model()
141 .type = TestOperationType::ARGMIN in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dargmin_quant8_signed.example.cpp50 .type = TestOperationType::ARGMIN in get_test_model_quant8_signed()
141 .type = TestOperationType::ARGMIN in get_test_model_quant8_signed_all_inputs_as_internal()
198 .type = TestOperationType::ARGMIN in get_test_model_quant8_signed_2()
289 .type = TestOperationType::ARGMIN in get_test_model_quant8_signed_all_inputs_as_internal_2()
346 .type = TestOperationType::ARGMIN in get_test_model_quant8_signed_3()
437 .type = TestOperationType::ARGMIN in get_test_model_quant8_signed_all_inputs_as_internal_3()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReduce.cpp128 DEFINE_ARGMIN_MAX_SIGNATURE(ARGMIN, V1_2, TestOperandType::TENSOR_FLOAT32,
132 DEFINE_ARGMIN_MAX_SIGNATURE(ARGMIN, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed38157 type: ARGMIN
Dseed09857 type: ARGMIN
Dseed27657 type: ARGMIN
Dseed22257 type: ARGMIN
Dseed414111 type: ARGMIN
Dseed074120 type: ARGMIN
Dseed300157 type: ARGMIN
Dseed113267 type: ARGMIN
Dseed2342437 type: ARGMIN
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp98 static_assert(static_cast<TestOperationType>(ARGMIN) == TestOperationType::ARGMIN);
DModel.proto80 ARGMIN = 40; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp83 CHECK_TEST_ENUM(TestOperationType, ARGMIN);
DTestValidateOperations.cpp1048 TEST(OperationValidationTest, ARGMIN) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h135 ARGMIN = 40, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp635 TEST_SINGLE_OPERATION(ARGMIN, V1_2, kStrictCriteria);
709 TEST_SINGLE_OPERATION(ARGMIN, V1_3, kStrictCriteria);
/frameworks/ml/nn/common/
DCpuExecutor.cpp1393 case OperationType::ARGMIN: { in executeOperation()
1403 const bool isArgMin = operation.type == OperationType::ARGMIN; in executeOperation()
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp403 static_assert(static_cast<int32_t>(OperationType::ARGMIN) == ANEURALNETWORKS_ARGMIN,
/frameworks/ml/nn/tools/api/
Dtypes.spec3054 %{DeclareOperation_1.2 ARGMIN 40}, // See ARGMAX for naming discussion.