[TESTS] fixes after rebase
This commit is contained in:
parent
aa30580109
commit
434361cea9
@ -83,10 +83,6 @@ InferenceEngine::Blob::Ptr LayerTransformation::GenerateInput(
|
|||||||
return FuncTestUtils::createAndFillBlobConsistently(tensorDesc, hight - low, static_cast<int32_t>(low), 1ul);
|
return FuncTestUtils::createAndFillBlobConsistently(tensorDesc, hight - low, static_cast<int32_t>(low), 1ul);
|
||||||
}
|
}
|
||||||
|
|
||||||
LayerTransformation::LayerTransformation() {
|
|
||||||
threshold = 0.05;
|
|
||||||
}
|
|
||||||
|
|
||||||
InferenceEngine::details::LowPrecisionTransformer LayerTransformation::getLowPrecisionTransformer(
|
InferenceEngine::details::LowPrecisionTransformer LayerTransformation::getLowPrecisionTransformer(
|
||||||
const InferenceEngine::details::LayerTransformation::Params& params) const {
|
const InferenceEngine::details::LayerTransformation::Params& params) const {
|
||||||
InferenceEngine::details::LowPrecisionTransformer transformer(getLowPrecisionTransformations(params));
|
InferenceEngine::details::LowPrecisionTransformer transformer(getLowPrecisionTransformations(params));
|
||||||
|
@ -41,8 +41,6 @@ protected:
|
|||||||
const InferenceEngine::TensorDesc& tensorDesc,
|
const InferenceEngine::TensorDesc& tensorDesc,
|
||||||
const float k = 1.f);
|
const float k = 1.f);
|
||||||
|
|
||||||
LayerTransformation();
|
|
||||||
|
|
||||||
InferenceEngine::details::LowPrecisionTransformations getLowPrecisionTransformations(
|
InferenceEngine::details::LowPrecisionTransformations getLowPrecisionTransformations(
|
||||||
const InferenceEngine::details::LayerTransformation::Params& params) const;
|
const InferenceEngine::details::LayerTransformation::Params& params) const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user