Add functionRefs for PrePostProcessTest
This commit is contained in:
parent
451ce9096d
commit
ab476a9ba3
@ -31,6 +31,7 @@ void PrePostProcessTest::SetUp() {
|
|||||||
function = (std::get<0>(func))();
|
function = (std::get<0>(func))();
|
||||||
outPrc = InferenceEngine::details::convertPrecision(function->get_output_element_type(0));
|
outPrc = InferenceEngine::details::convertPrecision(function->get_output_element_type(0));
|
||||||
threshold = std::get<2>(func);
|
threshold = std::get<2>(func);
|
||||||
|
functionRefs = ngraph::clone_function(*function);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_P(PrePostProcessTest, CompareWithRefs) {
|
TEST_P(PrePostProcessTest, CompareWithRefs) {
|
||||||
|
Loading…
Reference in New Issue
Block a user