LayersDecoder implements DecodingLayerContainer interface.
(first LayerType, df DecodeFeedback)
| 138 | |
| 139 | // LayersDecoder implements DecodingLayerContainer interface. |
| 140 | func (dl DecodingLayerArray) LayersDecoder(first LayerType, df DecodeFeedback) DecodingLayerFunc { |
| 141 | return LayersDecoder(dl, first, df) |
| 142 | } |
| 143 | |
| 144 | // DecodingLayerMap is an map-based implementation of |
| 145 | // DecodingLayerContainer. Each DecodingLayer is searched in a map |
nothing calls this directly
no test coverage detected