/external/tensorflow/tensorflow/core/framework/ |
D | tensor_test.cc | 1355 TEST(SummarizeValue, Uninitialized) { in TEST() argument 1360 x.SummarizeValue(16)); in TEST() 1363 TEST(SummarizeValue, INT32) { in TEST() argument 1365 EXPECT_EQ("1 2 3 4 0", x.SummarizeValue(16)); in TEST() 1367 EXPECT_EQ("[1 2][3 4]", x.SummarizeValue(16)); in TEST() 1369 EXPECT_EQ("[[[1]][[2]]][[[3]][[4]]]", x.SummarizeValue(16)); in TEST() 1370 EXPECT_EQ("[[[1]][[2]]][[[3]]]...", x.SummarizeValue(3)); in TEST() 1372 EXPECT_EQ("", x.SummarizeValue(16)); in TEST() 1375 TEST(SummarizeValue, INT32Dims) { in TEST() argument 1378 EXPECT_EQ("[1 2 3...]...", x.SummarizeValue(3)); in TEST() [all …]
|
D | tensor.cc | 1144 string Tensor::SummarizeValue(int64 max_entries, bool print_v2) const { in SummarizeValue() function in tensorflow::Tensor 1253 " values: ", SummarizeValue(num_values), ">"); in DebugString()
|
D | tensor.h | 589 std::string SummarizeValue(int64 max_entries, bool print_v2 = false) const;
|
D | shape_inference.cc | 1148 input_tensors_[i]->SummarizeValue(256 /* max_values */), ">")); in AttachContext()
|
/external/llvm-project/lldb/source/Expression/ |
D | IRInterpreter.cpp | 134 std::string SummarizeValue(const Value *value) { in SummarizeValue() function in InterpreterStackFrame 796 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret() 797 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret() 798 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret() 923 frame.SummarizeValue(condition).c_str()); in Interpret() 958 frame.SummarizeValue(value).c_str()); in Interpret() 1019 frame.SummarizeValue(pointer_operand).c_str()); in Interpret() 1020 LLDB_LOGF(log, " Poffset : %s", frame.SummarizeValue(inst).c_str()); in Interpret() 1105 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret() 1106 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | logging_ops.cc | 68 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_), in Compute() 104 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_), in Compute()
|
D | sparse_add_op.cc | 78 a_shape->SummarizeValue(10), " and ", b_shape->SummarizeValue(10))); in Compute()
|
D | string_format_op.cc | 49 strings::StrAppend(&msg, ctx->input(i).SummarizeValue(summarize_, true)); 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 | concat_op.cc | 309 i, " has shape [", inp.SummarizeValue(10), in Compute() 311 inp0.SummarizeValue(10), "].")); in Compute()
|
D | map_kernels.h | 121 key.SummarizeValue(100) + "\".")); in Compute() 158 key.SummarizeValue(100) + "\".")); 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 | 145 VLOG(1) << "axes : " << axes.SummarizeValue(10);
|
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | softmax_op.cc | 160 dense_shape_t.SummarizeValue(3), " vs. ", in Compute() 161 grad_softmax_matrix->dense_shape().SummarizeValue(3))); in Compute()
|
D | sparse_matrix.h | 455 dense_shape.SummarizeValue(5)); in ValidateTypesAndShapes() 477 dense_shape.SummarizeValue(5), in ValidateTypesAndShapes()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_alg.cc | 262 return cpu_tensor.SummarizeValue(64); in TensorDebugString() 264 return tensor.SummarizeValue(64); in TensorDebugString()
|
D | base_collective_executor.cc | 164 VALUE_IN_DEBUG_STRING ? output_.SummarizeValue(1024) : "<hidden>"); in DebugString()
|
D | ring_gatherer_test.cc | 316 VLOG(1) << "actual " << actual.SummarizeValue(100); in RunTest()
|
D | ring_reducer_test.cc | 338 VLOG(1) << "actual " << actual.SummarizeValue(100); in RunTest()
|
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr_test.cc | 544 << bm_helper->host_outputs(0).SummarizeValue(64); in BM_chain_ops()
|
/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/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 685 static bool SummarizeValue(raw_ostream &os, SVal V); 1974 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker 2093 : SummarizeValue(os, ArgVal); in HandleNonHeapDealloc()
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 1499 LOG(INFO) << dx.SummarizeValue(6); in TEST_F()
|