/external/tensorflow/tensorflow/core/framework/ |
D | tensor_test.cc | 1322 TEST(SummarizeValue, Uninitialized) { in TEST() argument 1327 x.SummarizeValue(16)); in TEST() 1330 TEST(SummarizeValue, INT32) { in TEST() argument 1332 EXPECT_EQ("1 2 3 4 0", x.SummarizeValue(16)); in TEST() 1334 EXPECT_EQ("[1 2][3 4]", x.SummarizeValue(16)); in TEST() 1336 EXPECT_EQ("[[[1]][[2]]][[[3]][[4]]]", x.SummarizeValue(16)); in TEST() 1337 EXPECT_EQ("[[[1]][[2]]][[[3]]]...", x.SummarizeValue(3)); in TEST() 1339 EXPECT_EQ("", x.SummarizeValue(16)); in TEST() 1342 TEST(SummarizeValue, INT32Dims) { in TEST() argument 1345 EXPECT_EQ("[1 2 3...]...", x.SummarizeValue(3)); in TEST() [all …]
|
D | tensor.cc | 1088 string Tensor::SummarizeValue(int64 max_entries, bool print_v2) const { in SummarizeValue() function in tensorflow::Tensor 1189 " values: ", SummarizeValue(num_values), ">"); in DebugString()
|
D | tensor.h | 526 string SummarizeValue(int64 max_entries, bool print_v2 = false) const;
|
D | shape_inference.cc | 1173 input_tensors_[i]->SummarizeValue(256 /* max_values */), ">")); in AttachContext()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_add_op.cc | 78 a_shape->SummarizeValue(10), " and ", b_shape->SummarizeValue(10))); in Compute()
|
D | logging_ops.cc | 87 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_), in Compute() 131 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_), in Compute()
|
D | sparse_sparse_binary_op_shared.cc | 172 a_shape_t->SummarizeValue(10), " and ", in Compute() 173 b_shape_t->SummarizeValue(10))); in Compute()
|
D | string_format_op.cc | 49 strings::StrAppend(&msg, ctx->input(i).SummarizeValue(summarize_, true)); in Compute()
|
D | concat_op.cc | 340 i, " has shape [", inp.SummarizeValue(10), in Compute() 342 inp0.SummarizeValue(10), "].")); in Compute()
|
D | sparse_softmax_op.cc | 64 shape_t->SummarizeValue(3))); in Compute()
|
D | sparse_xent_op.cc | 45 "). Label values: ", labels.SummarizeValue(labels.NumElements())); in CheckInvalidLabelIndex()
|
D | reduction_ops_common.h | 152 VLOG(1) << "axes : " << axes.SummarizeValue(10);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_alg.cc | 265 return cpu_tensor.SummarizeValue(64); in TensorDebugString() 267 return tensor.SummarizeValue(64); in TensorDebugString()
|
D | base_collective_executor.cc | 151 VALUE_IN_DEBUG_STRING ? output_.SummarizeValue(1024) : "<hidden>"); in DebugString()
|
D | ring_gatherer_test.cc | 304 VLOG(1) << "actual " << actual.SummarizeValue(100); in RunTest()
|
D | ring_reducer_test.cc | 324 VLOG(1) << "actual " << actual.SummarizeValue(100); in RunTest()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 366 static bool SummarizeValue(raw_ostream &os, SVal V); 1511 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker 1629 : SummarizeValue(os, ArgVal); in ReportBadFree()
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 1318 LOG(INFO) << dx.SummarizeValue(6); in TEST_F()
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | rdma.cc | 926 string s = in.SummarizeValue(999999); in Checksum()
|