Add functionRefs for PrePostProcessTest

This commit is contained in:
Steve Yoo 2021-09-24 14:44:23 +09:00
parent 451ce9096d
commit ab476a9ba3

View File

@ -31,6 +31,7 @@ void PrePostProcessTest::SetUp() {
function = (std::get<0>(func))();
outPrc = InferenceEngine::details::convertPrecision(function->get_output_element_type(0));
threshold = std::get<2>(func);
functionRefs = ngraph::clone_function(*function);
}
TEST_P(PrePostProcessTest, CompareWithRefs) {