Describe the bug
GreedyBatchedCTCInfer, BeamBatchedCTCInfer, BeamBatchedRNNTInfer, BeamBatchedTDTInfer are not subclasses of WithOptionalCudaGraphs. Hence, validating using greedy_batch/beam_batch/malsd_batch decoding with NGPU-LM in training ASR model will cause RuntimeError: CUDA error: an illegal memory access was encountered
Steps/Code to reproduce bug
Train and eval ASR model using greedy_batch/beam_batch/malsd_batch decoding with NGPU-LM.