Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / one-cmds / one-import-pytorch
index 3a61d22..f0dbf41 100644 (file)
@@ -20,7 +20,8 @@
 # limitations under the License.
 
 import argparse
-import importlib
+import importlib.machinery
+import importlib.util
 import inspect
 import os
 import sys