tf.experimental.numpy.meshgrid

TensorFlow variant of NumPy's meshgrid.

Unsupported arguments: copy, sparse, indexing.

This currently requires copy=True and sparse=False.

See the NumPy documentation for numpy.meshgrid.