Home
last modified time | relevance | path

Searched defs:image_batch_format (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dcutmix_batch_ir.cc31 CutMixBatchOperation::CutMixBatchOperation(ImageBatchFormat image_batch_format, float alpha, float … in CutMixBatchOperation()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcutmix_batch_op.cc38 CutMixBatchOp::CutMixBatchOp(ImageBatchFormat image_batch_format, float alpha, float prob) in CutMixBatchOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc145 .def(py::init([](ImageBatchFormat image_batch_format, float alpha, float prob) { in __anon682838b20d02()
/third_party/mindspore/mindspore/dataset/vision/
Dc_transforms.py375 def __init__(self, image_batch_format, alpha=1.0, prob=1.0): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc243 CutMixBatch::CutMixBatch(ImageBatchFormat image_batch_format, float alpha, float prob) in CutMixBatch()