Reads and outputs the entire contents of the input filename.
tf.raw_ops.ReadFile(
filename, name=None
)
Args | |
---|---|
filename
|
A Tensor of type string .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type string .
|