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