blueoil icon indicating copy to clipboard operation
blueoil copied to clipboard

`ARRANGEMENT` in QuantizedMatrix seems to be unused

Open lm-noshiro opened this issue 4 years ago • 0 comments

in tools/debug.py:

class QuantizedMatrix(object):
    ARRANGEMENT = ['Sequential', 'BitInterleaving', 'WordInterleaving']  // here
    ...

lm-noshiro avatar May 26 '20 09:05 lm-noshiro