dispatch_batch Signature: def dispatch_batch(loader: DataLoader, batch: Batch) -> None: ... Parameters: loader: Type DataLoader batch: Type Batch