Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dargmin_1.example.cpp44 .type = TestOperationType::ARGMIN, in get_test_model()
135 .type = TestOperationType::ARGMIN, in get_test_model_all_inputs_as_internal()
192 .type = TestOperationType::ARGMIN, in get_test_model_relaxed()
283 .type = TestOperationType::ARGMIN, in get_test_model_relaxed_all_inputs_as_internal()
340 .type = TestOperationType::ARGMIN, in get_test_model_float16()
431 .type = TestOperationType::ARGMIN, in get_test_model_float16_all_inputs_as_internal()
488 .type = TestOperationType::ARGMIN, in get_test_model_int32()
545 .type = TestOperationType::ARGMIN, in get_test_model_quant8()
636 .type = TestOperationType::ARGMIN, in get_test_model_quant8_all_inputs_as_internal()
Dargmin_2.example.cpp44 .type = TestOperationType::ARGMIN, in get_test_model()
135 .type = TestOperationType::ARGMIN, in get_test_model_all_inputs_as_internal()
192 .type = TestOperationType::ARGMIN, in get_test_model_relaxed()
283 .type = TestOperationType::ARGMIN, in get_test_model_relaxed_all_inputs_as_internal()
340 .type = TestOperationType::ARGMIN, in get_test_model_float16()
431 .type = TestOperationType::ARGMIN, in get_test_model_float16_all_inputs_as_internal()
488 .type = TestOperationType::ARGMIN, in get_test_model_int32()
545 .type = TestOperationType::ARGMIN, in get_test_model_quant8()
636 .type = TestOperationType::ARGMIN, in get_test_model_quant8_all_inputs_as_internal()
Dargmin_3.example.cpp44 .type = TestOperationType::ARGMIN, in get_test_model()
135 .type = TestOperationType::ARGMIN, in get_test_model_all_inputs_as_internal()
192 .type = TestOperationType::ARGMIN, in get_test_model_relaxed()
283 .type = TestOperationType::ARGMIN, in get_test_model_relaxed_all_inputs_as_internal()
340 .type = TestOperationType::ARGMIN, in get_test_model_float16()
431 .type = TestOperationType::ARGMIN, in get_test_model_float16_all_inputs_as_internal()
488 .type = TestOperationType::ARGMIN, in get_test_model_int32()
545 .type = TestOperationType::ARGMIN, in get_test_model_quant8()
636 .type = TestOperationType::ARGMIN, in get_test_model_quant8_all_inputs_as_internal()
Dargmin_b155660285.example.cpp44 .type = TestOperationType::ARGMIN, in get_test_model()
135 .type = TestOperationType::ARGMIN, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dargmin_quant8_signed.example.cpp44 .type = TestOperationType::ARGMIN, in get_test_model_quant8_signed()
135 .type = TestOperationType::ARGMIN, in get_test_model_quant8_signed_all_inputs_as_internal()
192 .type = TestOperationType::ARGMIN, in get_test_model_quant8_signed_2()
283 .type = TestOperationType::ARGMIN, in get_test_model_quant8_signed_all_inputs_as_internal_2()
340 .type = TestOperationType::ARGMIN, in get_test_model_quant8_signed_3()
431 .type = TestOperationType::ARGMIN, in get_test_model_quant8_signed_all_inputs_as_internal_3()
/packages/modules/NeuralNetworks/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);
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/
Dseed40749 type: ARGMIN
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed28750 type: ARGMIN
Dseed05149 type: ARGMIN
/packages/modules/NeuralNetworks/common/types/operations/src/
DArgMinMax.cpp45 NN_DEFINE_VALIDATION_FUNCTION(ARGMIN, arg_min_max::validate);
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h2279 ARGMIN = 40, // See ARGMAX for naming discussion. enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp98 static_assert(static_cast<TestOperationType>(ARGMIN) == TestOperationType::ARGMIN);
DModel.proto81 ARGMIN = 40; enumerator
/packages/modules/NeuralNetworks/common/
DOperationResolver.cpp47 NN_OPERATION_IS_NOT_IMPLEMENTED(ARGMIN);
DCpuExecutor.cpp1338 case OperationType::ARGMIN: { in executeOperation()
1348 const bool isArgMin = operation.type == OperationType::ARGMIN; in executeOperation()
/packages/modules/NeuralNetworks/runtime/operation_converters/
DOperationConverterResolver.cpp69 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(ARGMIN);
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h83 CALL(ARGMIN) \
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp83 CHECK_TEST_ENUM(TestOperationType, ARGMIN);
DTestValidateOperations.cpp1058 TEST(OperationValidationTest, ARGMIN) { in TEST() argument
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp112 COMPARE_ENUMS(ARGMIN);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h135 ARGMIN = 40, enumerator
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp637 TEST_SINGLE_OPERATION(ARGMIN, V1_2, kStrictCriteria);
711 TEST_SINGLE_OPERATION(ARGMIN, V1_3, kStrictCriteria);
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworksV2.cpp412 static_assert(static_cast<int32_t>(OperationType::ARGMIN) == ANEURALNETWORKS_ARGMIN,
DNeuralNetworks.cpp410 static_assert(static_cast<int32_t>(OperationType::ARGMIN) == ANEURALNETWORKS_ARGMIN,
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3214 %{DeclareOperation_1.2 ARGMIN 40}, // See ARGMAX for naming discussion.
3216 %{DeclareOperation_1.2 ARGMIN 40}, // See ARGMAX for naming discussion.