Input datatype for tensorflow

Can X_train and Y_train be numpy or should it be converted to tensors, before providing it as input?

Tensorflow models accept numpy arrays as inputs.