Home
last modified time | relevance | path

Searched refs:kRandomCropWithBBoxOp (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_with_bbox_op.h46 std::string Name() const override { return kRandomCropWithBBoxOp; } in Name()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dtensor_op.h89 constexpr char kRandomCropWithBBoxOp[] = "RandomCropWithBBoxOp"; variable