We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdabeea commit 3ef9cf8Copy full SHA for 3ef9cf8
tf2onnx/tf_loader.py
@@ -29,6 +29,7 @@ def is_tf2():
29
from tensorflow.python.framework import convert_to_constants, func_graph, function_def_to_graph
30
else:
31
from tensorflow.python.framework.graph_util import convert_variables_to_constants
32
+ from tensorflow.python.framework import function_def_to_graph
33
34
35
if is_tf2():
0 commit comments