Home
last modified time | relevance | path

Searched refs:BILINEAR (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/tests/st/networks/models/deeplabv3/src/utils/
Dcustom_transforms.py63 img = img.rotate(rotate_degree, Image.BILINEAR)
96 img = img.resize((ow, oh), Image.BILINEAR)
127 img = img.resize((ow, oh), Image.BILINEAR)
147 img = img.resize(self.size, Image.BILINEAR)
/third_party/ffmpeg/libavfilter/x86/
Dvf_v360_init.c51 if (EXTERNAL_AVX2_FAST(cpu_flags) && s->interp == BILINEAR && depth <= 8) in ff_v360_init_x86()
57 if (EXTERNAL_AVX2_FAST(cpu_flags) && s->interp == BILINEAR && depth > 8) in ff_v360_init_x86()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcrop_and_resize_cpu_kernel.cc93 method_ = BILINEAR; in InitKernel()
139 if ((method_ == BILINEAR) || (method_ == NEAREST)) { in Launch()
145 if (method_ == BILINEAR) { in Launch()
Dcrop_and_resize_cpu_kernel.h29 constexpr int BILINEAR = 1; variable
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.h22 BILINEAR enumerator
Dnv30_miptree.c212 nv30_transfer_rect(nv30, BILINEAR, &src, &dst); in nv30_resource_resolve()
Dnv30_transfer.c317 case BILINEAR: in nv30_transfer_rect_blit()
/third_party/mindspore/mindspore/dataset/vision/
Dutils.py39 BILINEAR = LINEAR = 2 variable in Inter
Dc_transforms.py966 interpolation=Inter.BILINEAR, max_attempts=10):
1170 interpolation=Inter.BILINEAR, max_attempts=10):
1219 interpolation=Inter.BILINEAR, max_attempts=10):
Dpy_transforms.py531 def __init__(self, size, interpolation=Inter.BILINEAR):
587 interpolation=Inter.BILINEAR, max_attempts=10):
Dpy_transforms_util.py268 def resize(img, size, interpolation=Inter.BILINEAR):
330 def random_resize_crop(img, size, scale, ratio, interpolation=Inter.BILINEAR, max_attempts=10):
/third_party/ffmpeg/libavfilter/
Dvf_lenscorrection.c114 #define BILINEAR(type, name) \ macro
175 BILINEAR(uint8_t, 8)
176 BILINEAR(uint16_t, 16)
Dv360.h62 BILINEAR, enumerator
Dvf_v360.c117 …t interpolation method", OFFSET(interp), AV_OPT_TYPE_INT, {.i64=BILINEAR}, 0, NB_IN…
120 …linear interpolation", 0, AV_OPT_TYPE_CONST, {.i64=BILINEAR}, 0, …
121 …linear interpolation", 0, AV_OPT_TYPE_CONST, {.i64=BILINEAR}, 0, …
375 case BILINEAR: in ff_v360_init()
4168 case BILINEAR: in config_output()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_random_rotation.py162 resample=Inter.BILINEAR,
173 … resample=Inter.BILINEAR,
Dtest_random_perspective.py83 interpolation=Inter.BILINEAR),
Dtest_serdes_dataset.py257 …random_rotation_op = vision.RandomRotation((0, 90), expand=True, resample=Inter.BILINEAR, center=(…
/third_party/mindspore/mindspore/explainer/
D_utils.py303 image = image.resize(size, resample=Image.BILINEAR)
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dtransforms.py127 1: Image.BILINEAR,
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.89391 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.811562 using gdk_pixbuf, because gdk_pixbuf does BILINEAR