|
struct | dcnnasgn::first_normalize_layer_base< SP, PP > |
| Utility base class for the first normalizing layer. More...
|
|
struct | dcnnasgn::nonstrided_conv_layer_base< SPI, SPO, KSP, PP > |
| Utility base class for the convolutional layer. More...
|
|
struct | dcnnasgn::strided_conv_layer_base< SPI, SPO, KSP, PP > |
| Utility base class for the convolutional layer. More...
|
|
struct | dcnnasgn::image_normalize_layer_base< SP, PP > |
| Utility base class for a normalizing layer. More...
|
|
struct | dcnnasgn::image_multiply_layer_base< SP, PP > |
| Utility base class for the image multiply layer. More...
|
|
struct | dcnnasgn::image_shift_layer_base< SP, PP > |
| Utility base class for the image shift layer. More...
|
|
struct | dcnnasgn::image_relu_layer_base< SP, PP > |
|
struct | dcnnasgn::image_maxpool_layer_base< SPI, SPO, PP > |
|
struct | dcnnasgn::final_maxpool_layer_base< SPI, CSPO, PP > |
|
struct | dcnnasgn::feature_conv_layer_base< CSPI, CSPO, PP > |
| Utility base class for the fully connected layer. More...
|
|
struct | dcnnasgn::feature_shift_layer_base< CSP, PP > |
|
struct | dcnnasgn::loss_layer_base< CSP, PP > |
|
Base classes for layers.