Home
last modified time | relevance | path

Searched refs:pydot (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dvis_utils.py29 import pydot_ng as pydot namespace
33 import pydotplus as pydot namespace
37 import pydot
39 pydot = None variable
46 pydot.Dot.create(pydot.Dot())
89 dot = pydot.Dot()
131 node = pydot.Node(layer_id, label=label)
143 dot.add_edge(pydot.Edge(inbound_layer_id, layer_id))
/external/tensorflow/tensorflow/contrib/checkpoint/python/
Dvisualize_test.py34 import pydot # pylint: disable=g-import-not-at-top
36 pydot = None variable
72 if pydot is None:
75 parsed, = pydot.graph_from_dot_data(dot_graph_string)