Searched defs:DebugString (Results 1 - 25 of 42) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
H A Dbuild_graph_options.cc22 string BuildGraphOptions::DebugString() const { function in class:tensorflow::BuildGraphOptions
H A Ddevice_mgr.cc70 string DeviceMgr::DebugString() const { function in class:tensorflow::DeviceMgr
H A Ddevice.h137 string DebugString() const { return ProtoDebugString(device_attributes_); } function in class:tensorflow::Device
/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops.h66 string DebugString() { return "Im2ColBufferResource"; } function in struct:tensorflow::Im2ColBufferResource
H A Dlist_kernels.h52 string DebugString() const { return "TensorList"; } function in struct:tensorflow::TensorList
78 c->input(0).scalar<Variant>()().DebugString(), "'"));
112 l->element_shape.DebugString(),
113 " and tensor shape: ", t.shape().DebugString()));
152 "Specified a list with shape ", element_shape.DebugString(),
153 " from a tensor with shape ", output_shape.DebugString()));
190 a.element_shape.DebugString(), " and the other is ",
191 b.element_shape.DebugString());
218 a_tensor.shape().DebugString(), " and the other is ",
219 b_tensor.shape().DebugString(), " i
[all...]
/external/tensorflow/tensorflow/core/kernels/data/
H A Dstats_aggregator.h76 string DebugString() { return "StatsAggregatorResource"; } function in class:tensorflow::StatsAggregatorResource
/external/tensorflow/tensorflow/core/framework/
H A Dresource_handle.cc59 string ResourceHandle::DebugString() const { function in class:tensorflow::ResourceHandle
66 return handle.DebugString();
H A Dallocator.cc36 string AllocatorStats::DebugString() const { function in class:tensorflow::AllocatorStats
H A Dvariant_tensor_data.cc85 string VariantTensorData::DebugString() const { function in class:tensorflow::VariantTensorData
89 strings::StrCat(repeated_field, " tensors: ", t.DebugString());
96 return object.DebugString();
H A Dtensor_slice.cc124 string TensorSlice::DebugString() const { function in class:tensorflow::TensorSlice
245 return errors::Internal("Mismatching ranks: shape = ", shape.DebugString(),
246 ", slice = ", DebugString());
262 " out of bounds: shape = ", shape.DebugString(),
263 ", slice = ", DebugString());
H A Dvariant.h200 string DebugString() const { function in class:tensorflow::Variant
202 " value: ", value_->DebugString(), ">");
293 virtual string DebugString() const = 0;
322 string DebugString() const override { return DebugStringVariant(value); }
H A Ddataset.cc52 string DebugString() const { function in class:tensorflow::__anon26237::DatasetVariantWrapper
54 return dataset_->DebugString();
H A Dop.cc157 string OpRegistry::DebugString(bool include_internal) const { function in class:tensorflow::OpRegistry
H A Dresource_mgr.cc108 string ResourceMgr::DebugString() const { function in class:tensorflow::ResourceMgr
124 q.second->DebugString()};
272 string ContainerInfo::DebugString() const { function in class:tensorflow::ContainerInfo
/external/tensorflow/tensorflow/core/util/
H A Dsession_message.cc30 string SessionLogger::DebugString() { return "SessionLogger"; } function in class:tensorflow::SessionLogger
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
H A Dsplit-stats.h64 string DebugString() const { function in struct:tensorflow::boosted_trees::learner::stochastic::SplitStats
65 return "Root = " + root_node_stats.DebugString() +
66 "\nLeft = " + left_node_stats.DebugString() +
67 "\nRight = " + right_node_stats.DebugString() +
H A Dgradient-stats.h48 << "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(); } function in struct:tensorflow::boosted_trees::learner::stochastic::TensorStat
157 string DebugString() const { function in struct:tensorflow::boosted_trees::learner::stochastic::GradientStats
158 return "First = " + first.DebugString() +
159 " Second = " + second.DebugString();
H A Dnode-stats.h218 string DebugString() const { function in struct:tensorflow::boosted_trees::learner::stochastic::NodeStats
220 gradient_stats.DebugString(), "\n",
/external/tensorflow/tensorflow/c/
H A Dcheckpoint_reader.cc84 const string CheckpointReader::DebugString() const { function in class:tensorflow::checkpoint::CheckpointReader
85 if (reader_ != nullptr) return reader_->DebugString();
86 return v2_reader_->DebugString();
/external/tensorflow/tensorflow/cc/tutorials/
H A Dexample_trainer.cc85 string DebugString(const Tensor& x, const Tensor& y) { function in namespace:tensorflow::example
136 DebugString(x, y).c_str());
/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.cc45 string XlaCompilationCache::DebugString() { function in class:tensorflow::XlaCompilationCache
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();
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_context.cc76 string XlaContext::DebugString() { return "TLA JIT context"; } function in class:tensorflow::XlaContext
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dprocess_state.cc91 string ProcessState::MemDesc::DebugString() { function in class:tensorflow::ProcessState::MemDesc
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Drpcbench_test.cc157 string DebugString(const Tensor& x, const Tensor& y, int tensor_size) { function in namespace:tensorflow
201 VLOG(1) << DebugString(x, y, tensor_size);
/external/googletest/googlemock/src/
H A Dgmock-matchers.cc382 std::string MatchMatrix::DebugString() const { function in class:testing::internal::MatchMatrix

Completed in 433 milliseconds

12