Home
last modified time | relevance | path

Searched defs:offset_width (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsample_distorted_bounding_box_ext2.cc389 const int offset_width = crop_rect.min_x_; in SDBBExt2Compute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsample_distorted_bounding_box_v2_cpu_kernel.cc402 const int offset_width = ms_crop_rect.min_x_; in LaunchSDBBExt2() local
/third_party/python/Lib/
Ddis.py292 def _disassemble(self, lineno_width=3, mark_as_current=False, offset_width=4): argument