Searched defs:num_width (Results 1 – 10 of 10) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
| D | slice_patches_ir.cc | 29 SlicePatchesOperation::SlicePatchesOperation(int32_t num_height, int32_t num_width, SliceMode slice… in SlicePatchesOperation() 70 int32_t num_width = op_params["num_width"]; in from_json() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/ |
| D | slice_patches_op.cc | 28 SlicePatchesOp::SlicePatchesOp(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t… in SlicePatchesOp()
|
| D | image_utils.cc | 2118 … std::shared_ptr<std::pair<int32_t, int32_t>> *patch_size, int32_t num_height, int32_t num_width, in ComputePatchSize() argument 2155 … int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fill_value) { in SlicePatches()
|
| /third_party/mksh/ |
| D | exec.c | 1714 int num_width; member
|
| D | funcs.c | 186 int num_width; member
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ir/ |
| D | base_tensor.h | 234 int num_width = 0; in ToString() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/ |
| D | c_transforms.py | 2474 def __init__(self, num_height=1, num_width=1, slice_mode=SliceMode.PAD, fill_value=0): argument
|
| D | transforms.py | 6592 def __init__(self, num_height=1, num_width=1, slice_mode=SliceMode.PAD, fill_value=0): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
| D | bindings.cc | 909 ….def(py::init([](int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fill_value) { in __anonceac51a78b02()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | vision.cc | 1418 SlicePatches::SlicePatches(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fil… in SlicePatches()
|