summaryrefslogtreecommitdiff
path: root/tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-03-04 18:09:24 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-03-04 18:09:24 +0900
commit302e6564a7a76109e1178207e44e45a58631c477 (patch)
tree6cc4bd95e5e438331fc2c53234af4ed0e0f3bc20 /tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py
parentbd11b24234d7d43dfe05a81c520aa01ffad06e42 (diff)
downloadnnfw-302e6564a7a76109e1178207e44e45a58631c477.tar.gz
nnfw-302e6564a7a76109e1178207e44e45a58631c477.tar.bz2
nnfw-302e6564a7a76109e1178207e44e45a58631c477.zip
Diffstat (limited to 'tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py')
-rwxr-xr-xtools/tensorflow_model_freezer/sample/SQUEEZE_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py b/tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py
index 12fb5122e..a4d802ec5 100755
--- a/tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py
+++ b/tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py
@@ -30,7 +30,7 @@ class Gen(base.BaseFreezer):
'''
def __init__(self, path):
- super(self.__class__, self).__init__(path)
+ super(Gen, self).__init__(path)
def getOutputDirectory(self):
return os.path.join(self.root_output_path,