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

Function add_edge

tensorflow/python/keras/utils/vis_utils.py:63–65  ·  view source on GitHub ↗
(dot, src, dst)

Source from the content-addressed store, hash-verified

61
62
63def add_edge(dot, src, dst):
64 if not dot.get_edge(src, dst):
65 dot.add_edge(pydot.Edge(src, dst))
66
67
68@keras_export('keras.utils.model_to_dot')

Callers 3

model_to_dotFunction · 0.85
UpdateFanoutsInternalMethod · 0.85

Calls 1

EdgeMethod · 0.45

Tested by

no test coverage detected