Searched refs:summarize_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | string_format_op.cc | 31 OP_REQUIRES_OK(ctx, ctx->GetAttr("summarize", &summarize_)); in StringFormatOp() 49 strings::StrAppend(&msg, ctx->input(i).SummarizeValue(summarize_, true)); in Compute() 57 int32 summarize_ = 0; member in tensorflow::StringFormatOp
|
D | logging_ops.cc | 54 OP_REQUIRES_OK(ctx, ctx->GetAttr("summarize", &summarize_)); in AssertOp() 68 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_), in Compute() 87 OP_REQUIRES_OK(ctx, ctx->GetAttr("summarize", &summarize_)); in PrintOp() 104 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_), in Compute() 114 int32 summarize_ = 0; member in tensorflow::PrintOp
|
D | logging_ops.h | 28 int32 summarize_ = 0;
|