Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
def
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_dot
Function · 0.85
AddInstructionIncomingEdges
Method · 0.85
UpdateFanoutsInternal
Method · 0.85
Calls
1
Edge
Method · 0.45
Tested by
no test coverage detected