Fix setNumOutputLayerSets() to accept value 256
Max number of output layer sets is 256, which doesn't fit uint8_t. Change parameter type to uint32_t.
Max number of output layer sets is 256, which doesn't fit uint8_t. Change parameter type to uint32_t.