Home
last modified time | relevance | path

Searched defs:DebugString (Results 1 – 25 of 102) sorted by relevance

12345

/external/tensorflow/tensorflow/core/framework/
Dlookup_interface.h117 string DebugString() override { in DebugString() function
Dreader_interface.h79 string DebugString() override { return "a reader"; } in DebugString() function
Dqueue_interface.h92 string DebugString() override { in DebugString() function
Dresource_mgr_test.cc33 string DebugString() override { return strings::StrCat("R/", label_); } in DebugString() function in tensorflow::Resource
44 string DebugString() override { return strings::StrCat("O/", label_); } in DebugString() function in tensorflow::Other
222 string DebugString() override { return ""; } in DebugString() function in tensorflow::StubResource
282 string DebugString() override { return ""; } in DebugString() function in tensorflow::OtherStubResource
Dvariant.h200 string DebugString() const { in DebugString() function
322 string DebugString() const override { return DebugStringVariant(value); } in DebugString() function
Dresource_handle.cc59 string ResourceHandle::DebugString() const { in DebugString() function in tensorflow::ResourceHandle
Dvariant_tensor_data.cc85 string VariantTensorData::DebugString() const { in DebugString() function in tensorflow::VariantTensorData
/external/tensorflow/tensorflow/core/common_runtime/
Dbuild_graph_options.cc22 string BuildGraphOptions::DebugString() const { in DebugString() function in tensorflow::BuildGraphOptions
Ddevice_mgr.cc70 string DeviceMgr::DebugString() const { in DebugString() function in tensorflow::DeviceMgr
Ddevice.h137 string DebugString() const { return ProtoDebugString(device_attributes_); } in DebugString() function
/external/tensorflow/tensorflow/core/kernels/data/
Dstats_aggregator.h76 string DebugString() { return "StatsAggregatorResource"; } in DebugString() function
Dstats_dataset_ops.cc72 string DebugString() override { return "LatencyStatsDatasetOp::Dataset"; } in DebugString() function in tensorflow::__anon0bf9c36f0111::LatencyStatsDatasetOp::Dataset
166 string DebugString() override { in DebugString() function in tensorflow::__anon0bf9c36f0111::BytesProducedStatsDatasetOp::Dataset
Dshuffle_dataset_op.cc359 string DebugString() override { in DebugString() function in tensorflow::__anon090660da0111::ShuffleDatasetOp::ReshufflingDataset
397 string DebugString() override { in DebugString() function in tensorflow::__anon090660da0111::ShuffleDatasetOp::FixedSeedDataset
480 string DebugString() override { in DebugString() function in tensorflow::__anon090660da0111::ShuffleAndRepeatDatasetOp::Dataset
Dwindow_dataset.cc41 string DebugString() override { return "WindowDataset"; } in DebugString() function in tensorflow::__anonebb77fc70111::WindowDataset
Dcache_dataset_ops.cc86 string DebugString() override { return "CacheDatasetOp::FileDataset"; } in DebugString() function in tensorflow::__anon785ee0740111::CacheDatasetOp::FileDataset
295 string DebugString() override { return "CacheDatasetOp::MemoryDataset"; } in DebugString() function in tensorflow::__anon785ee0740111::CacheDatasetOp::MemoryDataset
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dfertile-stats-resource.h43 string DebugString() override { return "FertileStats"; } in DebugString() function
Ddecision-tree-resource.h35 string DebugString() override { in DebugString() function
/external/tensorflow/tensorflow/core/kernels/
Dvariable_ops.h43 string DebugString() override { in DebugString() function
Dvariable_ops.cc38 string DebugString() override { in DebugString() function in tensorflow::LegacyVar
122 string DebugString() override { return name; } in DebugString() function
/external/tensorflow/tensorflow/core/util/
Dsession_message.cc30 string SessionLogger::DebugString() { return "SessionLogger"; } in DebugString() function in tensorflow::SessionLogger
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
Dsplit-stats.h64 string DebugString() const { in DebugString() function
Dgradient-stats.h113 string DebugString() const { return t.DebugString(); } in DebugString() function
157 string DebugString() const { in DebugString() function
/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc84 const string CheckpointReader::DebugString() const { in DebugString() function in tensorflow::checkpoint::CheckpointReader
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h46 string DebugString() override { return "QuantileStreamResource"; } in DebugString() function
Ddecision_tree_ensemble_resource.h37 string DebugString() override { in DebugString() function

12345