/third_party/mindspore/tests/st/networks/models/deeplabv3/src/utils/ |
D | custom_transforms.py | 63 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/ |
D | vf_v360_init.c | 51 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/ |
D | crop_and_resize_cpu_kernel.cc | 93 method_ = BILINEAR; in InitKernel() 139 if ((method_ == BILINEAR) || (method_ == NEAREST)) { in Launch() 145 if (method_ == BILINEAR) { in Launch()
|
D | crop_and_resize_cpu_kernel.h | 29 constexpr int BILINEAR = 1; variable
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_transfer.h | 22 BILINEAR enumerator
|
D | nv30_miptree.c | 212 nv30_transfer_rect(nv30, BILINEAR, &src, &dst); in nv30_resource_resolve()
|
D | nv30_transfer.c | 317 case BILINEAR: in nv30_transfer_rect_blit()
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | utils.py | 39 BILINEAR = LINEAR = 2 variable in Inter
|
D | c_transforms.py | 966 interpolation=Inter.BILINEAR, max_attempts=10): 1170 interpolation=Inter.BILINEAR, max_attempts=10): 1219 interpolation=Inter.BILINEAR, max_attempts=10):
|
D | py_transforms.py | 531 def __init__(self, size, interpolation=Inter.BILINEAR): 587 interpolation=Inter.BILINEAR, max_attempts=10):
|
D | py_transforms_util.py | 268 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/ |
D | vf_lenscorrection.c | 114 #define BILINEAR(type, name) \ macro 175 BILINEAR(uint8_t, 8) 176 BILINEAR(uint16_t, 16)
|
D | v360.h | 62 BILINEAR, enumerator
|
D | vf_v360.c | 117 …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/ |
D | test_random_rotation.py | 162 resample=Inter.BILINEAR, 173 … resample=Inter.BILINEAR,
|
D | test_random_perspective.py | 83 interpolation=Inter.BILINEAR),
|
D | test_serdes_dataset.py | 257 …random_rotation_op = vision.RandomRotation((0, 90), expand=True, resample=Inter.BILINEAR, center=(…
|
/third_party/mindspore/mindspore/explainer/ |
D | _utils.py | 303 image = image.resize(size, resample=Image.BILINEAR)
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | transforms.py | 127 1: Image.BILINEAR,
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 9391 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 11562 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
|