Home
last modified time | relevance | path

Searched defs:image_shape (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcutmix_batch_op.cc67 std::vector<int64_t> image_shape = input.at(0)->shape().AsVector(); in ValidateCutMixBatch() local
107 std::vector<int64_t> image_shape = input.at(0)->shape().AsVector(); in ComputeImage() local
187 std::vector<int64_t> image_shape = input.at(0)->shape().AsVector(); in Compute() local
Dmixup_batch_op.cc87 std::vector<int64_t> image_shape = input.at(0)->shape().AsVector(); in Compute() local
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/
Dyolov3.py693 def construct(self, box_xy, box_wh, box_confidence, box_probs, image_shape): argument
742 def construct(self, x, image_shape): argument
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/
Ddataset.py297 def _infer_data(image_bgr, image_shape, gt_box_new, gt_label_new, gt_iscrowd_new_revert): argument