Home
last modified time | relevance | path

Searched refs:RESIZE_BILINEAR (Results 1 – 25 of 31) sorted by relevance

12

/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DResize.cpp83 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/
DResizeImageOps.cpp29 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/
Dresize_bilinear_v1_3.example.cpp84 .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 …]
Dresize_quant8_signed.example.cpp64 .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/
Dresize_bilinear_v1_2.example.cpp64 .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/
DResizeImageOps.cpp115 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/
Dresize_bilinear_2.example.cpp54 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model()
155 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_all_inputs_as_internal()
Dresize_bilinear.example.cpp54 .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/
Dresize_bilinear_relaxed.example.cpp54 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model()
155 .type = TestOperationType::RESIZE_BILINEAR, in get_test_model_all_inputs_as_internal()
Dresize_bilinear_2_relaxed.example.cpp54 .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/
Dseed23167 type: RESIZE_BILINEAR
Dseed13184 type: RESIZE_BILINEAR
Dseed155389 type: RESIZE_BILINEAR
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/
Dseed36171 type: RESIZE_BILINEAR
Dseed43180 type: RESIZE_BILINEAR
Dseed381161 type: RESIZE_BILINEAR
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h1567 RESIZE_BILINEAR = 23, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp78 static_assert(static_cast<TestOperationType>(RESIZE_BILINEAR) ==
79 TestOperationType::RESIZE_BILINEAR);
DModel.proto64 RESIZE_BILINEAR = 23; enumerator
/packages/modules/NeuralNetworks/runtime/operation_converters/
DOperationConverterResolver.cpp52 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(RESIZE_BILINEAR);
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h66 CALL(RESIZE_BILINEAR) \
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp66 CHECK_TEST_ENUM(TestOperationType, RESIZE_BILINEAR);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp95 COMPARE_ENUMS(RESIZE_BILINEAR);
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp558 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/
DTestHarness.h118 RESIZE_BILINEAR = 23, enumerator

12