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

Method DebugString

tensorflow/core/framework/queue_interface.h:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 virtual const DataTypeVector& component_dtypes() const = 0;
91
92 string DebugString() const override {
93 return strings::StrCat("A Queue of size: ", size());
94 }
95
96 protected:
97 virtual ~QueueInterface() {}

Callers

nothing calls this directly

Calls 2

StrCatFunction · 0.50
sizeFunction · 0.50

Tested by

no test coverage detected