Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dcutmix_batch_ir.cc29 CutMixBatchOperation::CutMixBatchOperation(ImageBatchFormat image_batch_format, float alpha, float … in CutMixBatchOperation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcutmix_batch_op.cc39 CutMixBatchOp::CutMixBatchOp(ImageBatchFormat image_batch_format, float alpha, float prob) in CutMixBatchOp()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dutils.py284 def to_c_type(image_batch_format): argument
Dc_transforms.py526 def __init__(self, image_batch_format, alpha=1.0, prob=1.0): argument
Dtransforms.py1568 def __init__(self, image_batch_format, alpha=1.0, prob=1.0): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc248 .def(py::init([](ImageBatchFormat image_batch_format, float alpha, float prob) { in __anonceac51a71b02()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc340 CutMixBatch::CutMixBatch(ImageBatchFormat image_batch_format, float alpha, float prob) in CutMixBatch()