MCPcopy Create free account
hub / github.com/alibaba/graph-learn / debug_string

Function debug_string

graphlearn/python/c/py_wrapper.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::string debug_string(DagDef* dag) {
100 return dag->DebugString();
101}
102
103void set_dag_id(DagDef* dag, int32_t dag_id) {
104 dag->set_id(dag_id);

Callers 1

init_client_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected