tensorflow::ops::Print::Attrs

#include <logging_ops.h>

Optional attribute setters for Print.

Summary

Public attributes

first_n_ = -1
int64
message_ = ""
StringPiece
summarize_ = 3
int64

Public functions

FirstN(int64 x)
TF_MUST_USE_RESULT Attrs
Only log first_n number of times.
Message(StringPiece x)
TF_MUST_USE_RESULT Attrs
A string, prefix of the error message.
Summarize(int64 x)
TF_MUST_USE_RESULT Attrs
Only print this many entries of each tensor.

Public attributes

summarize_

int64 tensorflow::ops::Print::Attrs::summarize_ = 3

Public functions