tf.read_file(filename, name=None)
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.
tf.read_file(filename, name=None)
Reads and outputs the entire contents of the input filename.
filename: A Tensor of type string.name: A name for the operation (optional).A Tensor of type string.
Please login to continue.