aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa_reader.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa_reader.py')
-rw-r--r--ethosu/vela/tosa_reader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/tosa_reader.py b/ethosu/vela/tosa_reader.py
index e51ead1d..364d9a63 100644
--- a/ethosu/vela/tosa_reader.py
+++ b/ethosu/vela/tosa_reader.py
@@ -192,7 +192,6 @@ class TosaSubgraph:
fname = decode_str(tens_data.NpyFilename())
tens.values = np.load(os.path.join(file_path, fname))
assert list(tens.values.shape) == tens.shape
- tens.quant_values = tens.values
except (struct.error, TypeError, RuntimeError) as e:
print(f'Error: Invalid npy file. Got "{e}" ')
sys.exit(1)