Home
last modified time | relevance | path

Searched refs:GREATER_EQUAL (Results 1 – 22 of 22) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dgreater_equal.example.cpp44 .type = TestOperationType::GREATER_EQUAL, in get_test_model_simple()
169 .type = TestOperationType::GREATER_EQUAL, in get_test_model_simple_all_inputs_as_internal()
226 .type = TestOperationType::GREATER_EQUAL, in get_test_model_simple_int32()
283 .type = TestOperationType::GREATER_EQUAL, in get_test_model_simple_float16()
408 .type = TestOperationType::GREATER_EQUAL, in get_test_model_simple_float16_all_inputs_as_internal()
465 .type = TestOperationType::GREATER_EQUAL, in get_test_model_simple_relaxed()
590 .type = TestOperationType::GREATER_EQUAL, in get_test_model_simple_relaxed_all_inputs_as_internal()
647 .type = TestOperationType::GREATER_EQUAL, in get_test_model_broadcast()
772 .type = TestOperationType::GREATER_EQUAL, in get_test_model_broadcast_all_inputs_as_internal()
829 .type = TestOperationType::GREATER_EQUAL, in get_test_model_broadcast_int32()
[all …]
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dgreater_equal_quant8_signed.example.cpp44 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_different_scale()
169 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_different_scale_all_inputs_as_internal()
226 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_different_zero_point()
351 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_different_zero_point_all_inputs_as_internal()
408 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_overflow_second_input_if_requantized()
533 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_overflow_second_input_if_requantized_all_inputs_as_internal()
590 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_overflow_first_input_if_requantized()
715 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quantized_overflow_first_input_if_requantized_all_inputs_as_internal()
Dwhile_infinite_loop.example.cpp104 .type = TestOperationType::GREATER_EQUAL, in get_test_model()
279 .type = TestOperationType::GREATER_EQUAL, in get_test_model_relaxed()
454 .type = TestOperationType::GREATER_EQUAL, in get_test_model_float16()
629 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quant8()
804 .type = TestOperationType::GREATER_EQUAL, in get_test_model_quant8_signed()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed29249 type: GREATER_EQUAL
Dseed05549 type: GREATER_EQUAL
Dseed22553 type: GREATER_EQUAL
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DBroadcast.cpp161 DEFINE_COMPARISON_SIGNATURE(GREATER_EQUAL, V1_2, TestOperandType::TENSOR_FLOAT32,
175 DEFINE_COMPARISON_SIGNATURE(GREATER_EQUAL, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
/packages/modules/NeuralNetworks/common/types/operations/src/
DComparisons.cpp47 NN_DEFINE_VALIDATION_FUNCTION(GREATER_EQUAL, comparisons::validate);
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h3232 GREATER_EQUAL = 54, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp119 static_assert(static_cast<TestOperationType>(GREATER_EQUAL) == TestOperationType::GREATER_EQUAL);
DModel.proto95 GREATER_EQUAL = 54; enumerator
/packages/modules/NeuralNetworks/runtime/operation_converters/
DOperationConverterResolver.cpp84 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(GREATER_EQUAL);
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h97 CALL(GREATER_EQUAL) \
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp97 CHECK_TEST_ENUM(TestOperationType, GREATER_EQUAL);
DTestValidateOperations.cpp3798 TEST(OperationValidationTest, GREATER_EQUAL) { in TEST() argument
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp126 COMPARE_ENUMS(GREATER_EQUAL);
/packages/modules/NeuralNetworks/common/cpu_operations/
DComparisons.cpp250 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(GREATER_EQUAL, comparisons::prepare,
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h149 GREATER_EQUAL = 54, enumerator
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp640 TEST_SINGLE_OPERATION(GREATER_EQUAL, V1_2, kStrictCriteria);
718 TEST_SINGLE_OPERATION(GREATER_EQUAL, V1_3, kStrictCriteria);
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworksV2.cpp451 static_assert(static_cast<int32_t>(OperationType::GREATER_EQUAL) == ANEURALNETWORKS_GREATER_EQUAL,
DNeuralNetworks.cpp449 static_assert(static_cast<int32_t>(OperationType::GREATER_EQUAL) == ANEURALNETWORKS_GREATER_EQUAL,
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec4279 %{DeclareOperation_1.2 GREATER_EQUAL 54},