Home
last modified time | relevance | path

Searched refs:LESS (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
H A Dless.example.cpp50 .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 DTestUnspecifiedDimensions.cpp89 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 DTestAssertions.cpp101 CHECK_TEST_ENUM(TestOperationType, LESS);
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
H A Dless_quant8_signed.example.cpp50 .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 Dwhile_fib.example.cpp141 .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 DProgramStore.java62 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 Dseed06057 type: LESS
H A Dseed27257 type: LESS
H A Dseed30257 type: LESS
H A Dseed33859 type: LESS
H A Dseed38857 type: LESS
H A Dseed43657 type: LESS
H A Dseed450107 type: LESS
H A Dseed071179 type: LESS
H A Dseed102179 type: LESS
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DBroadcast.cpp164 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 DOperationType.aidl95 LESS = 58, enumConstant
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DOperationType.aidl95 LESS = 58, enumConstant
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DOperationType.aidl3458 LESS = 58, enumConstant
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DOperationTypes.h3512 LESS = 58, enumerator
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DStaticAssert.cpp126 static_assert(static_cast<TestOperationType>(LESS) == TestOperationType::LESS);
H A DModel.proto98 LESS = 58; enumerator
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3_cts_only/
H A Dwhile_fib_unknown_dimension.example.cpp141 .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 Dwhile_fib_unknown_rank.example.cpp141 .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 DAssertions.cpp130 COMPARE_ENUMS(LESS);

123