mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Disable auto fusing in ie backend
This commit is contained in:
parent
776d92e797
commit
7e12af2448
@ -1290,6 +1290,17 @@ namespace {
|
|||||||
, cv::gimpl::ie::InferList2
|
, cv::gimpl::ie::InferList2
|
||||||
>();
|
>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual bool controlsMerge() const override {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
virtual bool allowsMerge(const cv::gimpl::GIslandModel::Graph &,
|
||||||
|
const ade::NodeHandle &,
|
||||||
|
const ade::NodeHandle &,
|
||||||
|
const ade::NodeHandle &) const override {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user