1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fuse tf.nn.l2_normalize layer

This commit is contained in:
Dmitry Kurtaev
2018-04-04 20:32:00 +03:00
parent d294e9d62a
commit 1ba72ca0d3
7 changed files with 112 additions and 39 deletions
@@ -559,7 +559,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
{
public:
float pnorm, epsilon;
bool acrossSpatial;
CV_DEPRECATED bool acrossSpatial;
static Ptr<NormalizeBBoxLayer> create(const LayerParams& params);
};