Home
last modified time | relevance | path

Searched refs:ARGMAX (Results 1 – 17 of 17) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dargmax_2.example.cpp50 .type = TestOperationType::ARGMAX in get_test_model()
141 .type = TestOperationType::ARGMAX in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::ARGMAX in get_test_model_relaxed()
289 .type = TestOperationType::ARGMAX in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::ARGMAX in get_test_model_float16()
437 .type = TestOperationType::ARGMAX in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::ARGMAX in get_test_model_int32()
551 .type = TestOperationType::ARGMAX in get_test_model_quant8()
642 .type = TestOperationType::ARGMAX in get_test_model_quant8_all_inputs_as_internal()
Dargmax_1.example.cpp50 .type = TestOperationType::ARGMAX in get_test_model()
141 .type = TestOperationType::ARGMAX in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::ARGMAX in get_test_model_relaxed()
289 .type = TestOperationType::ARGMAX in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::ARGMAX in get_test_model_float16()
437 .type = TestOperationType::ARGMAX in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::ARGMAX in get_test_model_int32()
551 .type = TestOperationType::ARGMAX in get_test_model_quant8()
642 .type = TestOperationType::ARGMAX in get_test_model_quant8_all_inputs_as_internal()
Dargmax_3.example.cpp50 .type = TestOperationType::ARGMAX in get_test_model()
141 .type = TestOperationType::ARGMAX in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::ARGMAX in get_test_model_relaxed()
289 .type = TestOperationType::ARGMAX in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::ARGMAX in get_test_model_float16()
437 .type = TestOperationType::ARGMAX in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::ARGMAX in get_test_model_int32()
551 .type = TestOperationType::ARGMAX in get_test_model_quant8()
642 .type = TestOperationType::ARGMAX in get_test_model_quant8_all_inputs_as_internal()
Dargmax_b155660285.example.cpp50 .type = TestOperationType::ARGMAX in get_test_model()
141 .type = TestOperationType::ARGMAX in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dargmax_quant8_signed.example.cpp50 .type = TestOperationType::ARGMAX in get_test_model_quant8_signed()
141 .type = TestOperationType::ARGMAX in get_test_model_quant8_signed_all_inputs_as_internal()
198 .type = TestOperationType::ARGMAX in get_test_model_quant8_signed_2()
289 .type = TestOperationType::ARGMAX in get_test_model_quant8_signed_all_inputs_as_internal_2()
346 .type = TestOperationType::ARGMAX in get_test_model_quant8_signed_3()
437 .type = TestOperationType::ARGMAX in get_test_model_quant8_signed_all_inputs_as_internal_3()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReduce.cpp125 DEFINE_ARGMIN_MAX_SIGNATURE(ARGMAX, V1_2, TestOperandType::TENSOR_FLOAT32,
131 DEFINE_ARGMIN_MAX_SIGNATURE(ARGMAX, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed45757 type: ARGMAX
Dseed06657 type: ARGMAX
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp97 static_assert(static_cast<TestOperationType>(ARGMAX) == TestOperationType::ARGMAX);
DModel.proto79 ARGMAX = 39; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp82 CHECK_TEST_ENUM(TestOperationType, ARGMAX);
DTestValidateOperations.cpp1056 TEST(OperationValidationTest, ARGMAX) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h134 ARGMAX = 39, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp634 TEST_SINGLE_OPERATION(ARGMAX, V1_2, kStrictCriteria);
708 TEST_SINGLE_OPERATION(ARGMAX, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp401 static_assert(static_cast<int32_t>(OperationType::ARGMAX) == ANEURALNETWORKS_ARGMAX,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1392 case OperationType::ARGMAX: in executeOperation()
/frameworks/ml/nn/tools/api/
Dtypes.spec3027 %{DeclareOperation_1.2 ARGMAX 39},
3054 %{DeclareOperation_1.2 ARGMIN 40}, // See ARGMAX for naming discussion.