View source on GitHub |
TensorFlow variant of NumPy's finfo
.
tf.experimental.numpy.finfo(
dtype
)
Note that currently it just forwards to the numpy namesake, while tensorflow and numpy dtypes may have different properties.
See the NumPy documentation for numpy.finfo
.