Home
last modified time | relevance | path

Searched defs:RandomSelectSubpolicy (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtransforms.h44 class RandomSelectSubpolicy; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc714 RandomSelectSubpolicy::RandomSelectSubpolicy( in RandomSelectSubpolicy() function in mindspore::dataset::vision::RandomSelectSubpolicy
730 RandomSelectSubpolicy::RandomSelectSubpolicy( in RandomSelectSubpolicy() function in mindspore::dataset::vision::RandomSelectSubpolicy
746 RandomSelectSubpolicy::RandomSelectSubpolicy( in RandomSelectSubpolicy() function in mindspore::dataset::vision::RandomSelectSubpolicy
/third_party/mindspore/mindspore/dataset/vision/
Dc_transforms.py1363 class RandomSelectSubpolicy(ImageTensorOperation): class