/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
H A D | less.example.cpp | 50 .type = TestOperationType::LESS in get_test_model_simple() 175 .type = TestOperationType::LESS in get_test_model_simple_all_inputs_as_internal() 232 .type = TestOperationType::LESS in get_test_model_simple_int32() 289 .type = TestOperationType::LESS in get_test_model_simple_float16() 414 .type = TestOperationType::LESS in get_test_model_simple_float16_all_inputs_as_internal() 471 .type = TestOperationType::LESS in get_test_model_simple_relaxed() 596 .type = TestOperationType::LESS in get_test_model_simple_relaxed_all_inputs_as_internal() 653 .type = TestOperationType::LESS in get_test_model_broadcast() 778 .type = TestOperationType::LESS in get_test_model_broadcast_all_inputs_as_internal() 835 .type = TestOperationType::LESS in get_test_model_broadcast_int32() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestUnspecifiedDimensions.cpp | 89 enum class BufferSize { LESS, EQUAL, MORE }; // only used for output buffer size enumerator 144 case BufferSize::LESS: in toString() 188 mBufferSizeChoices = {BufferSize::LESS, BufferSize::EQUAL, BufferSize::MORE}; in SetUp() 222 mBufferSizeChoices = {BufferSize::LESS, BufferSize::EQUAL, BufferSize::MORE}; in SetUp() 263 if (s == BufferSize::LESS) { in getSize() 451 if (mBufferSize == BufferSize::LESS) { in expectSetInput0() 463 if (mBufferSize == BufferSize::LESS) { in expectSetInput0() 530 if (mBufferSize == BufferSize::LESS) { in expectSetOutput0() 539 if (mBufferSize == BufferSize::LESS) { in expectSetOutput0() 566 } else if (mBufferSize == BufferSize::LESS) { in expectCompute()
|
H A D | TestAssertions.cpp | 101 CHECK_TEST_ENUM(TestOperationType, LESS);
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
H A D | less_quant8_signed.example.cpp | 50 .type = TestOperationType::LESS in get_test_model_quantized_different_scale() 175 .type = TestOperationType::LESS in get_test_model_quantized_different_scale_all_inputs_as_internal() 232 .type = TestOperationType::LESS in get_test_model_quantized_different_zero_point() 357 .type = TestOperationType::LESS in get_test_model_quantized_different_zero_point_all_inputs_as_internal() 414 .type = TestOperationType::LESS in get_test_model_quantized_overflow_second_input_if_requantized() 539 .type = TestOperationType::LESS in get_test_model_quantized_overflow_second_input_if_requantized_all_inputs_as_internal() 596 .type = TestOperationType::LESS in get_test_model_quantized_overflow_first_input_if_requantized() 721 .type = TestOperationType::LESS in get_test_model_quantized_overflow_first_input_if_requantized_all_inputs_as_internal()
|
H A D | while_fib.example.cpp | 141 .type = TestOperationType::LESS in get_test_model_n_1_unused_output() 400 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_all_tensors_as_inputs() 693 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_all_tensors_as_inputs_all_inputs_as_internal() 986 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_all_outputs_as_internal() 1245 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_relaxed() 1504 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_relaxed_all_tensors_as_inputs() 1797 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 2090 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_relaxed_all_outputs_as_internal() 2349 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_float16() 2608 .type = TestOperationType::LESS in get_test_model_n_1_unused_output_float16_all_tensors_as_inputs() [all …]
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramStore.java | 62 LESS (1), enumConstant 252 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_NONE_DEPTH_TEST() 297 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_ALPHA_DEPTH_TEST()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
H A D | seed060 | 57 type: LESS
|
H A D | seed272 | 57 type: LESS
|
H A D | seed302 | 57 type: LESS
|
H A D | seed338 | 59 type: LESS
|
H A D | seed388 | 57 type: LESS
|
H A D | seed436 | 57 type: LESS
|
H A D | seed450 | 107 type: LESS
|
H A D | seed071 | 179 type: LESS
|
H A D | seed102 | 179 type: LESS
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
H A D | Broadcast.cpp | 164 DEFINE_COMPARISON_SIGNATURE(LESS, V1_2, TestOperandType::TENSOR_FLOAT32, 176 DEFINE_COMPARISON_SIGNATURE(LESS, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 95 LESS = 58, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 95 LESS = 58, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 3458 LESS = 58, enumConstant
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | OperationTypes.h | 3512 LESS = 58, enumerator
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | StaticAssert.cpp | 126 static_assert(static_cast<TestOperationType>(LESS) == TestOperationType::LESS);
|
H A D | Model.proto | 98 LESS = 58; enumerator
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3_cts_only/ |
H A D | while_fib_unknown_dimension.example.cpp | 141 .type = TestOperationType::LESS in get_test_model_n_2_unused_output() 516 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_tensors_as_inputs() 925 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_tensors_as_inputs_all_inputs_as_internal() 1334 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_outputs_as_internal() 1709 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed() 2084 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs() 2493 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 2902 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed_all_outputs_as_internal() 3277 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_float16() 3652 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_float16_all_tensors_as_inputs() [all …]
|
H A D | while_fib_unknown_rank.example.cpp | 141 .type = TestOperationType::LESS in get_test_model_n_2_unused_output() 516 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_tensors_as_inputs() 925 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_tensors_as_inputs_all_inputs_as_internal() 1334 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_outputs_as_internal() 1709 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed() 2084 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs() 2493 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 2902 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_relaxed_all_outputs_as_internal() 3277 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_float16() 3652 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_float16_all_tensors_as_inputs() [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
H A D | Assertions.cpp | 130 COMPARE_ENUMS(LESS);
|