Searched defs:image_batch_format (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | cutmix_batch_ir.cc | 31 CutMixBatchOperation::CutMixBatchOperation(ImageBatchFormat image_batch_format, float alpha, float … in CutMixBatchOperation()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | cutmix_batch_op.cc | 38 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/ |
D | bindings.cc | 145 .def(py::init([](ImageBatchFormat image_batch_format, float alpha, float prob) { in __anon682838b20d02()
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | c_transforms.py | 375 def __init__(self, image_batch_format, alpha=1.0, prob=1.0): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | vision.cc | 243 CutMixBatch::CutMixBatch(ImageBatchFormat image_batch_format, float alpha, float prob) in CutMixBatch()
|