GFrame as internal node in GExecutor

This commit is contained in:
Anastasiya Pronina 2020-12-21 14:06:47 +03:00
parent 6659d55a9d
commit cdbea6f0a0

View File

@ -242,7 +242,10 @@ void cv::gimpl::GExecutor::initResource(const ade::NodeHandle & nh, const ade::N
case GShape::GOPAQUE:
// Constructed on Reset, do nothing here
break;
case GShape::GFRAME: {
// Should be defined by backend, do nothing here
break;
}
default:
GAPI_Assert(false);
}