MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DebugString

Method DebugString

tensorflow/core/framework/dataset.cc:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 string TypeName() const { return "tensorflow::DatasetVariantWrapper"; }
68 string DebugString() const {
69 if (dataset_) {
70 return dataset_->DebugString();
71 } else {
72 return "<Uninitialized DatasetVariantWrapper>";
73 }
74 }
75 void Encode(VariantTensorData* data) const {
76 LOG(ERROR) << "The Encode() method is not implemented for "
77 "DatasetVariantWrapper objects.";

Callers 1

AddInputDatasetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected