Skip to content

Commit

Permalink
Merge pull request #43 from vlasenkoalexey/master
Browse files Browse the repository at this point in the history
added support for rewriting function graphs in TF2.x models
  • Loading branch information
vlasenkoalexey committed Aug 6, 2021
2 parents c9e5a26 + a2993b5 commit f3e0c85
Show file tree
Hide file tree
Showing 13 changed files with 1,841 additions and 560 deletions.
1 change: 1 addition & 0 deletions graph_def_editor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from __future__ import print_function

# pylint: disable=wildcard-import
from graph_def_editor.base_graph import *
from graph_def_editor.edit import *
from graph_def_editor.graph import *
from graph_def_editor.match import *
Expand Down
Loading

0 comments on commit f3e0c85

Please sign in to comment.