Get a DataLoaders from training and validation DataLoader

But i don’t have any images on the filesystem, as I wrote in the first post I have two dataloader already, one for the training and one for the validation.
Each dataloder is created from a list of tuple, each tuple contains the tensor of the image and the target:
[(image tensor, target), (image tensor, target), … etc …]

Given those two DataLoader, is possibile to create a DataLoaders class to pass to the cnn_learner?