tf.experimental.numpy.pad

TensorFlow variant of NumPy's pad.

Only supports modes 'constant', 'reflect' and 'symmetric' currently.

See the NumPy documentation for numpy.pad.