/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | argmin_1.example.cpp | 44 .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()
|
D | argmin_2.example.cpp | 44 .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()
|
D | argmin_3.example.cpp | 44 .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()
|
D | argmin_b155660285.example.cpp | 44 .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/ |
D | argmin_quant8_signed.example.cpp | 44 .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/ |
D | Reduce.cpp | 128 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/ |
D | seed407 | 49 type: ARGMIN
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed287 | 50 type: ARGMIN
|
D | seed051 | 49 type: ARGMIN
|
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | ArgMinMax.cpp | 45 NN_DEFINE_VALIDATION_FUNCTION(ARGMIN, arg_min_max::validate);
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 2279 ARGMIN = 40, // See ARGMAX for naming discussion. enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 98 static_assert(static_cast<TestOperationType>(ARGMIN) == TestOperationType::ARGMIN);
|
D | Model.proto | 81 ARGMIN = 40; enumerator
|
/packages/modules/NeuralNetworks/common/ |
D | OperationResolver.cpp | 47 NN_OPERATION_IS_NOT_IMPLEMENTED(ARGMIN);
|
D | CpuExecutor.cpp | 1338 case OperationType::ARGMIN: { in executeOperation() 1348 const bool isArgMin = operation.type == OperationType::ARGMIN; in executeOperation()
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | OperationConverterResolver.cpp | 69 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(ARGMIN);
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 83 CALL(ARGMIN) \
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 83 CHECK_TEST_ENUM(TestOperationType, ARGMIN);
|
D | TestValidateOperations.cpp | 1058 TEST(OperationValidationTest, ARGMIN) { in TEST() argument
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 112 COMPARE_ENUMS(ARGMIN);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 135 ARGMIN = 40, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 637 TEST_SINGLE_OPERATION(ARGMIN, V1_2, kStrictCriteria); 711 TEST_SINGLE_OPERATION(ARGMIN, V1_3, kStrictCriteria);
|
/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 412 static_assert(static_cast<int32_t>(OperationType::ARGMIN) == ANEURALNETWORKS_ARGMIN,
|
D | NeuralNetworks.cpp | 410 static_assert(static_cast<int32_t>(OperationType::ARGMIN) == ANEURALNETWORKS_ARGMIN,
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 3214 %{DeclareOperation_1.2 ARGMIN 40}, // See ARGMAX for naming discussion. 3216 %{DeclareOperation_1.2 ARGMIN 40}, // See ARGMAX for naming discussion.
|