Home
last modified time | relevance | path

Searched defs:h_in (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_and_resize_op.cc70 int h_in = input[i]->shape()[0]; in Compute() local
98 Status RandomCropAndResizeOp::GetCropBox(int h_in, int w_in, int *x, int *y, int *crop_height, int … in GetCropBox()
Drandom_crop_and_resize_with_bbox_op.cc35 int h_in = input[0]->shape()[0]; in Compute() local
Drandom_crop_decode_resize_op.cc49 int h_in = 0; in Compute() local
/third_party/ffmpeg/libavfilter/
Dvf_colorspace.c348 int h_in = (td->in->height + 1) >> 1; in convert() local