Is your feature request related to a problem? Please describe.
If comparing to RandCoarseDropout, I think the only difference is that LocalPatchShuffling shuffles the content in a hole instead of filling with random values, so maybe we can refactor RandCoarseDropout to support all cases, or build a base class and subclasses implement different filling method.