HomeSort by relevance Sort by last modified time
    Searched refs:SummarizeValue (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
logging_ops.cc 41 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_),
77 strings::StrAppend(&msg, "[", ctx->input(i).SummarizeValue(summarize_),
sparse_add_op.cc 78 a_shape->SummarizeValue(10), " and ", b_shape->SummarizeValue(10)));
sparse_sparse_binary_op_shared.cc 172 a_shape_t->SummarizeValue(10), " and ",
173 b_shape_t->SummarizeValue(10)));
sparse_softmax_op.cc 64 shape_t->SummarizeValue(3)));
sparse_xent_op.cc 45 "). Label values: ", labels.SummarizeValue(labels.NumElements()));
concat_op.cc 322 i, " has shape [", inp.SummarizeValue(10),
324 inp0.SummarizeValue(10), "]."));
reduction_ops_common.h 152 VLOG(1) << "axes : " << axes.SummarizeValue(10);
  /external/tensorflow/tensorflow/core/framework/
tensor_test.cc     [all...]
tensor.cc     [all...]
tensor.h 431 string SummarizeValue(int64 max_entries) const;
shape_inference.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 366 static bool SummarizeValue(raw_ostream &os, SVal V);
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc 927 string s = in.SummarizeValue(999999);
    [all...]
  /external/tensorflow/tensorflow/core/ops/
math_grad_test.cc     [all...]

Completed in 785 milliseconds