Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dgreater_equal.example.cpp50 .type = TestOperationType::GREATER_EQUAL in get_test_model_simple()
175 .type = TestOperationType::GREATER_EQUAL in get_test_model_simple_all_inputs_as_internal()
232 .type = TestOperationType::GREATER_EQUAL in get_test_model_simple_int32()
289 .type = TestOperationType::GREATER_EQUAL in get_test_model_simple_float16()
414 .type = TestOperationType::GREATER_EQUAL in get_test_model_simple_float16_all_inputs_as_internal()
471 .type = TestOperationType::GREATER_EQUAL in get_test_model_simple_relaxed()
596 .type = TestOperationType::GREATER_EQUAL in get_test_model_simple_relaxed_all_inputs_as_internal()
653 .type = TestOperationType::GREATER_EQUAL in get_test_model_broadcast()
778 .type = TestOperationType::GREATER_EQUAL in get_test_model_broadcast_all_inputs_as_internal()
835 .type = TestOperationType::GREATER_EQUAL in get_test_model_broadcast_int32()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dgreater_equal_quant8_signed.example.cpp50 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_different_scale()
175 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_different_scale_all_inputs_as_internal()
232 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_different_zero_point()
357 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_different_zero_point_all_inputs_as_internal()
414 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_overflow_second_input_if_requantized()
539 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_overflow_second_input_if_requantized_all_inputs_as_internal()
596 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_overflow_first_input_if_requantized()
721 .type = TestOperationType::GREATER_EQUAL in get_test_model_quantized_overflow_first_input_if_requantized_all_inputs_as_internal()
Dwhile_infinite_loop.example.cpp111 .type = TestOperationType::GREATER_EQUAL in get_test_model()
286 .type = TestOperationType::GREATER_EQUAL in get_test_model_relaxed()
461 .type = TestOperationType::GREATER_EQUAL in get_test_model_float16()
636 .type = TestOperationType::GREATER_EQUAL in get_test_model_quant8()
811 .type = TestOperationType::GREATER_EQUAL in get_test_model_quant8_signed()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed15959 type: GREATER_EQUAL
Dseed16494 type: GREATER_EQUAL
/frameworks/ml/nn/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);
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp119 static_assert(static_cast<TestOperationType>(GREATER_EQUAL) == TestOperationType::GREATER_EQUAL);
DModel.proto94 GREATER_EQUAL = 54; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp97 CHECK_TEST_ENUM(TestOperationType, GREATER_EQUAL);
DTestValidateOperations.cpp3760 TEST(OperationValidationTest, GREATER_EQUAL) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h149 GREATER_EQUAL = 54, enumerator
/frameworks/ml/nn/common/operations/
DComparisons.cpp280 NN_REGISTER_OPERATION(GREATER_EQUAL, "GREATER_EQUAL", comparisons::validate, comparisons::prepare,
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp638 TEST_SINGLE_OPERATION(GREATER_EQUAL, V1_2, kStrictCriteria);
716 TEST_SINGLE_OPERATION(GREATER_EQUAL, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp442 static_assert(static_cast<int32_t>(OperationType::GREATER_EQUAL) == ANEURALNETWORKS_GREATER_EQUAL,
/frameworks/ml/nn/tools/api/
Dtypes.spec4116 %{DeclareOperation_1.2 GREATER_EQUAL 54},