/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Resize.cpp | 83 DEFINE_RESIZE_WITHOUT_LAYOUT_SIGNATURE(RESIZE_BILINEAR, V1_0, TestOperandType::TENSOR_FLOAT32); 84 DEFINE_RESIZE_WITHOUT_LAYOUT_SIGNATURE(RESIZE_BILINEAR, V1_2, TestOperandType::TENSOR_QUANT8_ASYMM, 86 DEFINE_RESIZE_WITHOUT_LAYOUT_SIGNATURE(RESIZE_BILINEAR, V1_3, 110 DEFINE_RESIZE_OP_SIGNATURE(RESIZE_BILINEAR, V1_2, TestOperandType::TENSOR_FLOAT32, 114 DEFINE_RESIZE_OP_SIGNATURE(RESIZE_BILINEAR, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED); 144 DEFINE_RESIZE_OP_WITH_OPTIONAL_FLAGS_SIGNATURE(RESIZE_BILINEAR, V1_3,
|
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | ResizeImageOps.cpp | 29 if (opType == OperationType::RESIZE_BILINEAR) { in validate() 81 NN_DEFINE_VALIDATION_FUNCTION(RESIZE_BILINEAR, [](const IOperationValidationContext* context) { in __anon10c755e60102() 82 return resize_image::validate(OperationType::RESIZE_BILINEAR, context); in __anon10c755e60102()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
D | resize_bilinear_v1_3.example.cpp | 84 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1() 215 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_all_inputs_as_internal() 312 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_float16() 443 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_float16_all_inputs_as_internal() 540 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_relaxed() 671 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_relaxed_all_inputs_as_internal() 768 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_quant8() 899 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_quant8_all_inputs_as_internal() 996 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_quant8_signed() 1127 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_half_pixel_centers_2x2x2x1_to_2x3x3x1_quant8_signed_all_inputs_as_internal() [all …]
|
D | resize_quant8_signed.example.cpp | 64 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_quant8_signed() 175 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_quant8_signed_all_inputs_as_internal() 252 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nchw_quant8_signed() 363 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nchw_quant8_signed_all_inputs_as_internal() 440 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_scale_nhwc_quant8_signed() 551 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_scale_nhwc_quant8_signed_all_inputs_as_internal() 628 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_scale_nchw_quant8_signed() 739 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_scale_nchw_quant8_signed_all_inputs_as_internal() 816 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_quant8_signed_2() 927 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_quant8_signed_all_inputs_as_internal_2() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | resize_bilinear_v1_2.example.cpp | 64 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc() 175 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_all_inputs_as_internal() 252 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_relaxed() 363 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_relaxed_all_inputs_as_internal() 440 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_float16() 551 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_float16_all_inputs_as_internal() 628 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_quant8() 739 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nhwc_quant8_all_inputs_as_internal() 816 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nchw() 927 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_shape_nchw_all_inputs_as_internal() [all …]
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | ResizeImageOps.cpp | 115 if (opType == OperationType::RESIZE_BILINEAR) { in resizeImageOpNhwc() 262 RESIZE_BILINEAR, std::bind(resize_image::prepare, OperationType::RESIZE_BILINEAR, _1), 263 std::bind(resize_image::execute, OperationType::RESIZE_BILINEAR, _1),
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
D | resize_bilinear_2.example.cpp | 54 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model() 155 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_all_inputs_as_internal()
|
D | resize_bilinear.example.cpp | 54 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model() 155 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
D | resize_bilinear_relaxed.example.cpp | 54 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model() 155 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_all_inputs_as_internal()
|
D | resize_bilinear_2_relaxed.example.cpp | 54 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model() 155 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed231 | 67 type: RESIZE_BILINEAR
|
D | seed131 | 84 type: RESIZE_BILINEAR
|
D | seed155 | 389 type: RESIZE_BILINEAR
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/ |
D | seed361 | 71 type: RESIZE_BILINEAR
|
D | seed431 | 80 type: RESIZE_BILINEAR
|
D | seed381 | 161 type: RESIZE_BILINEAR
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 1567 RESIZE_BILINEAR = 23, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 78 static_assert(static_cast<TestOperationType>(RESIZE_BILINEAR) == 79 TestOperationType::RESIZE_BILINEAR);
|
D | Model.proto | 64 RESIZE_BILINEAR = 23; enumerator
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | OperationConverterResolver.cpp | 52 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(RESIZE_BILINEAR);
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 66 CALL(RESIZE_BILINEAR) \
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 66 CHECK_TEST_ENUM(TestOperationType, RESIZE_BILINEAR);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 95 COMPARE_ENUMS(RESIZE_BILINEAR);
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 558 TEST_SINGLE_OPERATION(RESIZE_BILINEAR, V1_0, kRelaxedCriteria); 606 TEST_SINGLE_OPERATION(RESIZE_BILINEAR, V1_2, kRelaxedCriteria); 696 TEST_SINGLE_OPERATION(RESIZE_BILINEAR, V1_3, kRelaxedCriteria);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 118 RESIZE_BILINEAR = 23, enumerator
|