[ARM CPU] Enable swish (#17542)
This commit is contained in:
parent
84b9262aea
commit
96a80ffc3d
@ -51,7 +51,7 @@ bool AclEltwiseExecutorBuilder::isSupported(const EltwiseAttrs& eltwiseAttrs,
|
|||||||
// case Algorithm::EltwisePowerDynamic: // TODO: ACL version doesn't work https://github.com/ARM-software/ComputeLibrary/issues/1047
|
// case Algorithm::EltwisePowerDynamic: // TODO: ACL version doesn't work https://github.com/ARM-software/ComputeLibrary/issues/1047
|
||||||
case Algorithm::EltwiseSoftRelu:
|
case Algorithm::EltwiseSoftRelu:
|
||||||
case Algorithm::EltwiseClamp:
|
case Algorithm::EltwiseClamp:
|
||||||
//case Algorithm::EltwiseSwish: // TODO: efficientdet-d0 accuracy drops if ACL Swish is used
|
case Algorithm::EltwiseSwish: // TODO: CVS-109354: efficientdet-d0 accuracy drops if ACL Swish is used
|
||||||
case Algorithm::EltwisePrelu:
|
case Algorithm::EltwisePrelu:
|
||||||
case Algorithm::EltwiseHswish:
|
case Algorithm::EltwiseHswish:
|
||||||
if (!(checkPrecision({Precision::FP16, Precision::FP16}, Precision::FP16) ||
|
if (!(checkPrecision({Precision::FP16, Precision::FP16}, Precision::FP16) ||
|
||||||
@ -491,4 +491,4 @@ void AclEltwiseExecutor::exec(const std::vector<MemoryCPtr> &src, const std::vec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // namespace intel_cpu
|
} // namespace intel_cpu
|
||||||
} // namespace ov
|
} // namespace ov
|
||||||
|
Loading…
Reference in New Issue
Block a user