LayersDecoder implements DecodingLayerContainer interface.
(first LayerType, df DecodeFeedback)
| 94 | |
| 95 | // LayersDecoder implements DecodingLayerContainer interface. |
| 96 | func (dl DecodingLayerSparse) LayersDecoder(first LayerType, df DecodeFeedback) DecodingLayerFunc { |
| 97 | return LayersDecoder(dl, first, df) |
| 98 | } |
| 99 | |
| 100 | // Decoder implements DecodingLayerContainer interface. |
| 101 | func (dl DecodingLayerSparse) Decoder(typ LayerType) (DecodingLayer, bool) { |
nothing calls this directly
no test coverage detected