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 b9ee962 commit 72c0557Copy full SHA for 72c0557
tests/test_backend.py
@@ -20,6 +20,7 @@
20
from common import * # pylint: disable=wildcard-import,unused-wildcard-import
21
from tf2onnx import constants, utils
22
from tf2onnx.graph_matcher import OpTypePattern, GraphMatcher
23
+from tf2onnx.tf_loader import is_tf2
24
from tensorflow.python.ops import init_ops
25
26
# pylint: disable=missing-docstring,invalid-name,unused-argument
0 commit comments