Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dless_equal.example.cpp50 .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/
Dless_equal_quant8_signed.example.cpp50 .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()
Dwhile_sum_of_powers.example.cpp151 .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 …]
Dwhile_sum_of_powers_quant8.example.cpp151 .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 …]
Dwhile_sum_of_powers_quant8_signed.example.cpp151 .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/
DBroadcast.cpp167 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/
DStaticAssert.cpp127 static_assert(static_cast<TestOperationType>(LESS_EQUAL) == TestOperationType::LESS_EQUAL);
DModel.proto99 LESS_EQUAL = 59; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp102 CHECK_TEST_ENUM(TestOperationType, LESS_EQUAL);
DTestValidateOperations.cpp3724 TEST(OperationValidationTest, LESS_EQUAL) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h154 LESS_EQUAL = 59, enumerator
/frameworks/ml/nn/common/operations/
DComparisons.cpp274 NN_REGISTER_OPERATION(LESS_EQUAL, "LESS_EQUAL", comparisons::validate, comparisons::prepare,
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp640 TEST_SINGLE_OPERATION(LESS_EQUAL, V1_2, kStrictCriteria);
720 TEST_SINGLE_OPERATION(LESS_EQUAL, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp455 static_assert(static_cast<int32_t>(OperationType::LESS_EQUAL) == ANEURALNETWORKS_LESS_EQUAL,
/frameworks/ml/nn/tools/api/
Dtypes.spec4456 %{DeclareOperation_1.2 LESS_EQUAL 59},