HomeSort by relevance Sort by last modified time
    Searched defs:DebugString (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/tensorflow/tensorflow/core/common_runtime/
build_graph_options.cc 22 string BuildGraphOptions::DebugString() const {
device_mgr.cc 70 string DeviceMgr::DebugString() const {
device.h 137 string DebugString() const { return ProtoDebugString(device_attributes_); }
  /frameworks/compile/mclinker/include/mcld/LD/
DebugString.h 1 //===- DebugString.h ------------------------------------------------------===//
22 /** \class DebugString
23 * \brief DebugString represents the output debug section .debug_str
25 class DebugString {
27 DebugString()
30 static DebugString* Create(LDSection& pSection);
  /external/tensorflow/tensorflow/core/kernels/
conv_ops.h 66 string DebugString() { return "Im2ColBufferResource"; }
  /external/tensorflow/tensorflow/core/kernels/data/
stats_aggregator.h 76 string DebugString() { return "StatsAggregatorResource"; }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 125 func (t *RBTint32) DebugString() string {
129 return t.root.DebugString()
132 // DebugString prints the tree with nested information
134 func (t *node32) DebugString() string {
138 s = s + t.left.DebugString()
144 s = s + t.right.DebugString()
173 te.Errorf("Wrong tree size %v, expected %v for %v", i, k, t.DebugString())
179 // fmt.Printf("%s", t.DebugString())
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 125 func (t *RBTint32) DebugString() string {
129 return t.root.DebugString()
132 // DebugString prints the tree with nested information
134 func (t *node32) DebugString() string {
138 s = s + t.left.DebugString()
144 s = s + t.right.DebugString()
173 te.Errorf("Wrong tree size %v, expected %v for %v", i, k, t.DebugString())
179 // fmt.Printf("%s", t.DebugString())
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
split-stats.h 64 string DebugString() const {
65 return "Root = " + root_node_stats.DebugString() +
66 "\nLeft = " + left_node_stats.DebugString() +
67 "\nRight = " + right_node_stats.DebugString() +
gradient-stats.h 48 << "My shape = " << t.shape().DebugString()
49 << " Other shape = " << other.t.shape().DebugString();
63 << "My shape = " << t.shape().DebugString()
64 << " Other shape = " << other.t.shape().DebugString();
113 string DebugString() const { return t.DebugString(); }
157 string DebugString() const {
158 return "First = " + first.DebugString() +
159 " Second = " + second.DebugString();
node-stats.h 218 string DebugString() const {
220 gradient_stats.DebugString(), "\n",
  /external/tensorflow/tensorflow/core/framework/
resource_handle.cc 59 string ResourceHandle::DebugString() const {
66 return handle.DebugString();
allocator.cc 36 string AllocatorStats::DebugString() const {
variant_tensor_data.cc 85 string VariantTensorData::DebugString() const {
89 strings::StrCat(repeated_field, " tensors: ", t.DebugString());
96 return object.DebugString();
tensor_slice.cc 124 string TensorSlice::DebugString() const {
245 return errors::Internal("Mismatching ranks: shape = ", shape.DebugString(),
246 ", slice = ", DebugString());
262 " out of bounds: shape = ", shape.DebugString(),
263 ", slice = ", DebugString());
variant.h 200 string DebugString() const {
202 " value: ", value_->DebugString(), ">");
293 virtual string DebugString() const = 0;
322 string DebugString() const override { return DebugStringVariant(value); }
  /external/tensorflow/tensorflow/core/util/
session_message.cc 30 string SessionLogger::DebugString() { return "SessionLogger"; }
  /build/kati/
rule.cc 168 string Rule::DebugString() const {
stmt.cc 28 string RuleStmt::DebugString() const {
30 expr->DebugString().c_str(), term,
31 after_term->DebugString().c_str(), LOCF(loc()));
34 string AssignStmt::DebugString() const {
65 lhs->DebugString().c_str(), rhs->DebugString().c_str(),
82 string CommandStmt::DebugString() const {
83 return StringPrintf("CommandStmt(%s, loc=%s:%d)", expr->DebugString().c_str(),
87 string IfStmt::DebugString() const {
104 opstr, lhs->DebugString().c_str()
    [all...]
var.cc 78 string SimpleVar::DebugString() const {
99 string RecursiveVar::DebugString() const {
100 return v_->DebugString();
113 string UndefinedVar::DebugString() const {
  /external/tensorflow/tensorflow/c/
checkpoint_reader.cc 84 const string CheckpointReader::DebugString() const {
85 if (reader_ != nullptr) return reader_->DebugString();
86 return v2_reader_->DebugString();
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_context.cc 76 string XlaContext::DebugString() { return "TLA JIT context"; }
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc 45 string XlaCompilationCache::DebugString() {
55 a.second.DebugString());
59 strings::StrAppend(&result, "; ", v.DebugString());
241 VLOG(1) << "XlaCompilationCache::Compile " << DebugString();
251 << " shape=" << shape.DebugString();
256 << " shape=" << variable.value.shape().DebugString();
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerUtils.cpp 153 string ProtoFuzzerParams::DebugString() const {
  /external/googletest/googlemock/src/
gmock-matchers.cc 382 std::string MatchMatrix::DebugString() const {

Completed in 601 milliseconds

1 2 3