[TESTS] fixes after rebase

This commit is contained in:
dmitrygo 2020-06-09 11:00:10 +03:00 committed by Alexander Peskov
parent aa30580109
commit 434361cea9
2 changed files with 0 additions and 6 deletions

View File

@ -83,10 +83,6 @@ InferenceEngine::Blob::Ptr LayerTransformation::GenerateInput(
return FuncTestUtils::createAndFillBlobConsistently(tensorDesc, hight - low, static_cast<int32_t>(low), 1ul);
}
LayerTransformation::LayerTransformation() {
threshold = 0.05;
}
InferenceEngine::details::LowPrecisionTransformer LayerTransformation::getLowPrecisionTransformer(
const InferenceEngine::details::LayerTransformation::Params& params) const {
InferenceEngine::details::LowPrecisionTransformer transformer(getLowPrecisionTransformations(params));

View File

@ -41,8 +41,6 @@ protected:
const InferenceEngine::TensorDesc& tensorDesc,
const float k = 1.f);
LayerTransformation();
InferenceEngine::details::LowPrecisionTransformations getLowPrecisionTransformations(
const InferenceEngine::details::LayerTransformation::Params& params) const;