tf.raw_ops.Print

Prints a list of tensors.

Passes input through to output and prints data when evaluating.

inputA Tensor. The tensor passed to output
dataA list of Tensor objects. A list of tensors to print out when op is evaluated.
messageAn optional string. Defaults to "". A string, prefix of the error message.
first_nAn optional int. Defaults to -1. Only log first_n number of times. -1 disables logging.
summarizeAn optional int. Defaults to 3. Only print this many entries of each tensor.
nameA name for the operation (optional).

A Tensor. Has the same type as input.