tf.io.read_file

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: A Tensor of type string.
  • name: A name for the operation (optional).

Returns:

A Tensor of type string.