/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | less_equal.example.cpp | 50 .type = TestOperationType::LESS_EQUAL in get_test_model_simple() 175 .type = TestOperationType::LESS_EQUAL in get_test_model_simple_all_inputs_as_internal() 232 .type = TestOperationType::LESS_EQUAL in get_test_model_simple_int32() 289 .type = TestOperationType::LESS_EQUAL in get_test_model_simple_float16() 414 .type = TestOperationType::LESS_EQUAL in get_test_model_simple_float16_all_inputs_as_internal() 471 .type = TestOperationType::LESS_EQUAL in get_test_model_simple_relaxed() 596 .type = TestOperationType::LESS_EQUAL in get_test_model_simple_relaxed_all_inputs_as_internal() 653 .type = TestOperationType::LESS_EQUAL in get_test_model_broadcast() 778 .type = TestOperationType::LESS_EQUAL in get_test_model_broadcast_all_inputs_as_internal() 835 .type = TestOperationType::LESS_EQUAL in get_test_model_broadcast_int32() [all …]
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | less_equal_quant8_signed.example.cpp | 50 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_different_scale() 175 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_different_scale_all_inputs_as_internal() 232 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_different_zero_point() 357 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_different_zero_point_all_inputs_as_internal() 414 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_overflow_second_input_if_requantized() 539 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_overflow_second_input_if_requantized_all_inputs_as_internal() 596 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_overflow_first_input_if_requantized() 721 .type = TestOperationType::LESS_EQUAL in get_test_model_quantized_overflow_first_input_if_requantized_all_inputs_as_internal()
|
D | while_sum_of_powers.example.cpp | 151 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0() 650 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_inputs_as_internal() 1115 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_tensors_as_inputs() 1648 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_tensors_as_inputs_all_inputs_as_internal() 2147 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_outputs_as_internal() 2612 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_relaxed() 3111 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_relaxed_all_inputs_as_internal() 3576 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_relaxed_all_tensors_as_inputs() 4109 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 4608 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_relaxed_all_outputs_as_internal() [all …]
|
D | while_sum_of_powers_quant8.example.cpp | 151 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0() 684 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_inputs_as_internal() 1183 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_tensors_as_inputs() 1750 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_tensors_as_inputs_all_inputs_as_internal() 2283 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_outputs_as_internal() 2782 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1() 3315 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_inputs_as_internal() 3814 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_tensors_as_inputs() 4381 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_tensors_as_inputs_all_inputs_as_internal() 4914 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_outputs_as_internal() [all …]
|
D | while_sum_of_powers_quant8_signed.example.cpp | 151 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0() 684 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_inputs_as_internal() 1183 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_tensors_as_inputs() 1750 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_tensors_as_inputs_all_inputs_as_internal() 2283 .type = TestOperationType::LESS_EQUAL in get_test_model_n_0_all_outputs_as_internal() 2782 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1() 3315 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_inputs_as_internal() 3814 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_tensors_as_inputs() 4381 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_tensors_as_inputs_all_inputs_as_internal() 4914 .type = TestOperationType::LESS_EQUAL in get_test_model_n_1_all_outputs_as_internal() [all …]
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 167 DEFINE_COMPARISON_SIGNATURE(LESS_EQUAL, V1_2, TestOperandType::TENSOR_FLOAT32, 177 DEFINE_COMPARISON_SIGNATURE(LESS_EQUAL, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 127 static_assert(static_cast<TestOperationType>(LESS_EQUAL) == TestOperationType::LESS_EQUAL);
|
D | Model.proto | 99 LESS_EQUAL = 59; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 102 CHECK_TEST_ENUM(TestOperationType, LESS_EQUAL);
|
D | TestValidateOperations.cpp | 3724 TEST(OperationValidationTest, LESS_EQUAL) { in TEST() argument
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 154 LESS_EQUAL = 59, enumerator
|
/frameworks/ml/nn/common/operations/ |
D | Comparisons.cpp | 274 NN_REGISTER_OPERATION(LESS_EQUAL, "LESS_EQUAL", comparisons::validate, comparisons::prepare,
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 640 TEST_SINGLE_OPERATION(LESS_EQUAL, V1_2, kStrictCriteria); 720 TEST_SINGLE_OPERATION(LESS_EQUAL, V1_3, kStrictCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 455 static_assert(static_cast<int32_t>(OperationType::LESS_EQUAL) == ANEURALNETWORKS_LESS_EQUAL,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4456 %{DeclareOperation_1.2 LESS_EQUAL 59},
|