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

Method DebugString

tensorflow/core/framework/op.cc:186–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186string OpRegistry::DebugString(bool include_internal) const {
187 OpList op_list;
188 Export(include_internal, &op_list);
189 string ret;
190 for (const auto& op : op_list.op()) {
191 strings::StrAppend(&ret, SummarizeOpDef(op), "\n");
192 }
193 return ret;
194}
195
196bool OpRegistry::MustCallDeferred() const {
197 if (initialized_) return false;

Callers 15

tensor_shape.hFile · 0.45
RestoreBaseStateMethod · 0.45
ExpectSuccessMethod · 0.45
TESTFunction · 0.45
GatherNdShapeFunction · 0.45
ScatterNdUpdateShapeFunction · 0.45
MakeShapeMethod · 0.45
allocate_tempMethod · 0.45
allocate_tensorMethod · 0.45
set_outputMethod · 0.45
EqualFunctionDefFunction · 0.45

Calls 4

SummarizeOpDefFunction · 0.85
ExportFunction · 0.50
StrAppendFunction · 0.50
opMethod · 0.45

Tested by 15

ExpectSuccessMethod · 0.36
TESTFunction · 0.36
EqualFunctionDefFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
InferShapesMethod · 0.36
CheckStatsFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
PodUpdateTestFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36