blueoil
blueoil copied to clipboard
`ARRANGEMENT` in QuantizedMatrix seems to be unused
in tools/debug.py
:
class QuantizedMatrix(object):
ARRANGEMENT = ['Sequential', 'BitInterleaving', 'WordInterleaving'] // here
...