Searched refs:GREATER_EQUAL (Results 1 – 15 of 15) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | greater_equal.example.cpp | 50 .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/ |
D | greater_equal_quant8_signed.example.cpp | 50 .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()
|
D | while_infinite_loop.example.cpp | 111 .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/ |
D | seed159 | 59 type: GREATER_EQUAL
|
D | seed164 | 94 type: GREATER_EQUAL
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 161 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/ |
D | StaticAssert.cpp | 119 static_assert(static_cast<TestOperationType>(GREATER_EQUAL) == TestOperationType::GREATER_EQUAL);
|
D | Model.proto | 94 GREATER_EQUAL = 54; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 97 CHECK_TEST_ENUM(TestOperationType, GREATER_EQUAL);
|
D | TestValidateOperations.cpp | 3760 TEST(OperationValidationTest, GREATER_EQUAL) { in TEST() argument
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 149 GREATER_EQUAL = 54, enumerator
|
/frameworks/ml/nn/common/operations/ |
D | Comparisons.cpp | 280 NN_REGISTER_OPERATION(GREATER_EQUAL, "GREATER_EQUAL", comparisons::validate, comparisons::prepare,
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 638 TEST_SINGLE_OPERATION(GREATER_EQUAL, V1_2, kStrictCriteria); 716 TEST_SINGLE_OPERATION(GREATER_EQUAL, V1_3, kStrictCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 442 static_assert(static_cast<int32_t>(OperationType::GREATER_EQUAL) == ANEURALNETWORKS_GREATER_EQUAL,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4116 %{DeclareOperation_1.2 GREATER_EQUAL 54},
|