Fixed reorg_layer. Old reorg can be used as [reorg_old] in the cfg-file.

This commit is contained in:
AlexeyAB
2018-03-03 18:09:46 +03:00
parent e16c901163
commit fe44d3d0f2
13 changed files with 211 additions and 34 deletions

View File

@ -34,6 +34,7 @@ typedef enum {
XNOR,
REGION,
REORG,
REORG_OLD,
BLANK
} LAYER_TYPE;