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

Function DebugString

tensorflow/core/common_runtime/function.cc:2307–2311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2305}
2306
2307string DebugString(const Graph* g) {
2308 GraphDef gdef;
2309 ToGraphDef(g, &gdef);
2310 return DebugString(gdef);
2311}
2312
2313FunctionBody::FunctionBody(const FunctionDef& f, DataTypeSlice arg_t,
2314 DataTypeSlice ret_t, Graph* g)

Callers 8

CreateGraphsMethod · 0.70
TEST_FFunction · 0.70
FillPossibleDevicesMethod · 0.70
DumpGraphFunction · 0.70
DebugStringMethod · 0.70
InlineFunctionBodyFunction · 0.70
SetDeviceNameMethod · 0.50

Calls 1

ToGraphDefFunction · 0.70

Tested by 1

TEST_FFunction · 0.56