mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Refactored deep learning layers fusion
This commit is contained in:
@@ -136,6 +136,12 @@ public:
|
||||
return Ptr<BackendNode>();
|
||||
}
|
||||
|
||||
void getScaleShift(Mat& scale, Mat& shift) const
|
||||
{
|
||||
scale = Mat();
|
||||
shift = blobs[0];
|
||||
}
|
||||
|
||||
virtual int64 getFLOPS(const std::vector<MatShape> &inputs,
|
||||
const std::vector<MatShape> &outputs) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user