Defined in generated file: python/ops/gen_io_ops.py
Reads and outputs the entire contents of the input filename.
Aliases:
tf.io.read_file(
filename,
name=None
)
Args:
filename
: ATensor
of typestring
.name
: A name for the operation (optional).
Returns:
A Tensor
of type string
.