Home
last modified time | relevance | path

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/
Dslice_patches_ir.cc29 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/
Dslice_patches_op.cc28 SlicePatchesOp::SlicePatchesOp(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t… in SlicePatchesOp()
Dimage_utils.cc2118 … 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/
Dexec.c1714 int num_width; member
Dfuncs.c186 int num_width; member
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dbase_tensor.h234 int num_width = 0; in ToString() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dc_transforms.py2474 def __init__(self, num_height=1, num_width=1, slice_mode=SliceMode.PAD, fill_value=0): argument
Dtransforms.py6592 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/
Dbindings.cc909 ….def(py::init([](int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fill_value) { in __anonfa8cf3898b02()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc1418 SlicePatches::SlicePatches(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fil… in SlicePatches()