[IE][VPU]: allocate maximum shaves for mish activation (#1995)

* Mish activation calculation costs more time than memory copy, so
allocate more shaves mish activation.

Co-authored-by: Jiang, Renzhi <renzhi.jiang@intel.com>
This commit is contained in:
Evgeny Latkin 2020-09-03 19:22:56 +03:00 committed by GitHub
parent e862c3b720
commit e97100581e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@ private:
void serializeParamsImpl(BlobSerializer&) const override {
}
StageSHAVEsRequirements getSHAVEsRequirementsImpl() const override {
return StageSHAVEsRequirements::NeedMax;
}
};
} // namespace