Home
last modified time | relevance | path

Searched refs:resizeHeight (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dascend_vision_ir.cc115 uint32_t resizeHeight, resizeWidth; in Build() local
118 resizeHeight = resize_[0]; in Build()
121 resizeHeight = resize_[0]; in Build()
125 std::make_shared<DvppDecodeResizeJpegOp>(resizeHeight, resizeWidth); in Build()
216 uint32_t cropHeight, cropWidth, resizeHeight, resizeWidth; in Build() local
226 resizeHeight = resize_[0]; in Build()
229 resizeHeight = resize_[0]; in Build()
233 std::make_shared<DvppDecodeResizeCropJpegOp>(cropHeight, cropWidth, resizeHeight, resizeWidth); in Build()
353 uint32_t resizeHeight, resizeWidth; in Build() local
356 resizeHeight = resize_[0]; in Build()
[all …]
/third_party/boost/libs/locale/doc/html/
Dresize.js52 function resizeHeight() function
70 $(window).resize(function() { resizeHeight(); });
73 resizeHeight();
/third_party/flutter/skia/specs/web-img-decode/proposed/impl/
Dimpl.js18 height: options.resizeHeight || skImg.height(),
/third_party/skia/specs/web-img-decode/proposed/impl/
Dimpl.js21 height: options.resizeHeight || skImg.height(),
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DMDAclProcess.h44 MDAclProcess(uint32_t resizeWidth, uint32_t resizeHeight, uint32_t cropWidth, uint32_t cropHeight,
DMDAclProcess.cc41 MDAclProcess::MDAclProcess(uint32_t resizeWidth, uint32_t resizeHeight, uint32_t cropWidth, uint32_… in MDAclProcess() argument
45 resizeHeight_(resizeHeight), in MDAclProcess()
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl2043 [EnforceRange] unsigned long resizeHeight;
/third_party/typescript/lib/
Dlib.webworker.d.ts252 resizeHeight?: number; property
Dlib.dom.d.ts603 resizeHeight?: number; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts232 resizeHeight?: number; property
Ddom.generated.d.ts583 resizeHeight?: number; property