Skip to content

Commit

Permalink
Merge pull request #12 from cms-ml/fix/tf_tools_import
Browse files Browse the repository at this point in the history
Fix wrong import in aot compat script.
  • Loading branch information
valsdav authored Dec 11, 2023
2 parents 5666bba + 0a64f77 commit 6214bbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmsml/scripts/check_aot_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import tabulate

from cmsml.util import colored
from cmsml.tensorflow.aot import OpsData, load_graph_def, get_graph_ops
from cmsml.tensorflow.tools import load_graph_def
from cmsml.tensorflow.aot import OpsData, get_graph_ops


def check_aot_compatibility(
Expand Down

0 comments on commit 6214bbf

Please sign in to comment.