Utility base class for the fully connected layer. More...
#include <dcnnelements.hpp>
Static Public Member Functions | |
Check functions | |
| static tagged::range_class< batch_tag > | forward_check (const input_data &ind, const weights &wtd, output_data &outd) |
Check argument compatibility for the forward function. | |
Utility base class for the fully connected layer.
| SPI | Input size policy |
| CSPO | Output channel policy |
| PP | Permutation policy |
|
inlinestatic |
Check argument compatibility for the forward function.
| ind | Input activations |
| wtd | Weights |
| outd | Output activations |