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

1 2 3

  /external/tensorflow/tensorflow/stream_executor/
allocator_stats.cc 21 string AllocatorStats::DebugString() const {
  /external/tensorflow/tensorflow/core/common_runtime/
build_graph_options.cc 22 string BuildGraphOptions::DebugString() const {
buf_rendezvous.cc 57 string BufRendezvous::Hook::DebugString() const {
162 LOG(INFO) << it.first << ":" << it.second->DebugString();
device_mgr.cc 78 string DeviceMgr::DebugString() const {
device.h 182 string DebugString() const { return ProtoDebugString(device_attributes_); }
process_state.cc 47 string ProcessState::MemDesc::DebugString() {
  /external/libtextclassifier/lang_id/common/fel/
feature-descriptors.cc 65 string FeatureFunctionDescriptor::DebugString() const {
71 string FeatureExtractorDescriptor::DebugString() const {
workspace.cc 32 string WorkspaceRegistry::DebugString() const {
  /build/kati/
rule.cc 102 string Rule::DebugString() const {
stmt.cc 28 string RuleStmt::DebugString() const {
30 Value::DebugString(lhs).c_str(), sep,
31 Value::DebugString(rhs).c_str(), LOCF(loc()));
34 string AssignStmt::DebugString() const {
65 Value::DebugString(lhs).c_str(), Value::DebugString(rhs).c_str(),
82 string CommandStmt::DebugString() const {
84 Value::DebugString(expr).c_str(), LOCF(loc()));
87 string IfStmt::DebugString() const {
104 opstr, Value::DebugString(lhs).c_str()
    [all...]
var.cc 124 string SimpleVar::DebugString() const {
145 string RecursiveVar::DebugString() const {
146 return Value::DebugString(v_);
159 string UndefinedVar::DebugString() const {
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
trt_resources.cc 25 VLOG(0) << "Destroying Calibration Resource " << std::endl << DebugString();
33 string TRTCalibrationResource::DebugString() const {
  /external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
ignite_dataset.cc 72 string IgniteDataset::DebugString() const { return "IgniteDatasetOp::Dataset"; }
  /external/tensorflow/tensorflow/core/common_runtime/eager/
eager_operation.cc 39 string EagerOperation::DebugString() const {
41 VLOG(1) << "EagerOperation::DebugString() over " << this;
45 &out, "Device: ", Device() ? Device()->DebugString() : "[]", "\n");
48 strings::StrAppend(&out, "Input: ", input->DebugString(), "\n");
53 strings::StrAppend(&out, "Attrs: ", ndef.DebugString(), "\n");
  /external/tensorflow/tensorflow/core/kernels/
string_view_variant_wrapper.h 47 string DebugString() const { return string(str_view_); }
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_context.cc 64 string XlaContext::DebugString() const { return "XLA JIT context"; }
  /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();
variant.h 197 string DebugString() const {
199 " value: ", value_->DebugString(), ">");
267 virtual string DebugString() const = 0;
296 string DebugString() const override { return DebugStringVariant(value); }
variant_tensor_data.cc 99 string VariantTensorData::DebugString() const {
103 strings::StrCat(repeated_field, " tensors: ", t.DebugString());
110 return object.DebugString();
tensor_slice.cc 124 string TensorSlice::DebugString() const {
244 return errors::Internal("Mismatching ranks: shape = ", shape.DebugString(),
245 ", slice = ", DebugString());
261 " out of bounds: shape = ", shape.DebugString(),
262 ", slice = ", DebugString());
  /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/core/kernels/data/
optional_ops.h 90 string DebugString() const {
95 *s = elem.DebugString();

Completed in 1220 milliseconds

1 2 3