Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_and_resize_with_bbox_op.h44 std::string Name() const override { return kRandomCropAndResizeWithBBoxOp; } in Name()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dtensor_op.h86 constexpr char kRandomCropAndResizeWithBBoxOp[] = "RandomCropAndResizeWithBBoxOp"; variable