Fix macOS build issue. (#12766)
After moving cpuFuncTest to cpu_plugin folder, there is more stricter grammar check. ngPrc is declared twice, but for the first declaration, the ngPrc is not used. Signed-off-by: Yan, Xiping <xiping.yan@intel.com> Signed-off-by: Yan, Xiping <xiping.yan@intel.com>
This commit is contained in:
parent
3f02090315
commit
1818e120e3
@ -69,7 +69,6 @@ public:
|
||||
bool withBilinearInterpolationPad, withModulation;
|
||||
OffsetType offType;
|
||||
std::tie(withBilinearInterpolationPad, withModulation, offType) = dcSpecificParams;
|
||||
auto ngPrc = FuncTestUtils::PrecisionUtils::convertIE2nGraphPrc(netPrecision);
|
||||
std::ostringstream result;
|
||||
result << "DefConvTest(";
|
||||
result << std::to_string(obj.index) << ")_";
|
||||
|
Loading…
Reference in New Issue
Block a user