View source on GitHub |
TensorFlow variant of NumPy's meshgrid
.
tf.experimental.numpy.meshgrid(
*xi, **kwargs
)
Unsupported arguments: copy
, sparse
, indexing
.
This currently requires copy=True and sparse=False.
See the NumPy documentation for numpy.meshgrid
.