Searched refs:resizeHeight (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | ascend_vision_ir.cc | 115 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/ |
D | resize.js | 52 function resizeHeight() function 70 $(window).resize(function() { resizeHeight(); }); 73 resizeHeight();
|
/third_party/flutter/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 18 height: options.resizeHeight || skImg.height(),
|
/third_party/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 21 height: options.resizeHeight || skImg.height(),
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/ |
D | MDAclProcess.h | 44 MDAclProcess(uint32_t resizeWidth, uint32_t resizeHeight, uint32_t cropWidth, uint32_t cropHeight,
|
D | MDAclProcess.cc | 41 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/ |
D | html.idl | 2043 [EnforceRange] unsigned long resizeHeight;
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 252 resizeHeight?: number; property
|
D | lib.dom.d.ts | 603 resizeHeight?: number; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 232 resizeHeight?: number; property
|
D | dom.generated.d.ts | 583 resizeHeight?: number; property
|