@@ -656,7 +656,7 class Decoder(Operation): | |||||
656 | return 1 |
|
656 | return 1 | |
657 |
|
657 | |||
658 | if not self.__isConfig: |
|
658 | if not self.__isConfig: | |
659 | self.setup(code, data.shape) |
|
659 | self.setup(code, dataOut.data.shape) | |
660 | self.__isConfig = True |
|
660 | self.__isConfig = True | |
661 |
|
661 | |||
662 | if mode == 0: |
|
662 | if mode == 0: |
General Comments 0
You need to be logged in to leave comments.
Login now