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 4381b2b commit af030c2Copy full SHA for af030c2
tf2onnx/__init__.py
@@ -9,6 +9,7 @@
9
__all__ = ["utils", "graph_matcher", "graph", "graph_builder",
10
"tfonnx", "shape_inference", "schemas", "tf_utils", "tf_loader"]
11
12
+import onnx
13
from .version import version as __version__
14
from . import verbose_logging as logging
15
from tf2onnx import tfonnx, utils, graph, graph_builder, graph_matcher, shape_inference, schemas # pylint: disable=wrong-import-order
0 commit comments