[LPT] [TEST] LayerTransformation test threshold was updated
This commit is contained in:
parent
629ca3a5d8
commit
971811c8c8
@ -83,6 +83,10 @@ 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,6 +41,8 @@ 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