Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_vertical_flip_with_bbox_op.h44 std::string Name() const override { return kRandomVerticalFlipWithBBoxOp; } in Name()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dtensor_op.h98 constexpr char kRandomVerticalFlipWithBBoxOp[] = "RandomVerticalFlipWithBBoxOp"; variable