#include <opencv2/dnn/all_layers.hpp>
|
virtual void | forwardSlice (const float *src, float *dst, int len, size_t outPlaneSize, int cn0, int cn1) const =0 |
|
std::vector< Mat > | blobs |
| List of learned parameters must be stored here to allow read them by using Net::getParam().
|
|
String | name |
| Name of the layer instance, can be used for logging or other internal purposes.
|
|
int | preferableTarget |
| prefer target for layer forwarding
|
|
String | type |
| Type name which was used for creating layer by layer factory.
|
|
void | writeFormat (FileStorage &fs) const |
|
The documentation for this class was generated from the following file: