mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #21504 from smirnov-alexey:as/oak_infer
[GAPI] Support basic inference in OAK backend * Combined commit which enables basic inference and other extra capabilities of OAK backend * Remove unnecessary target options from the cmakelist
This commit is contained in:
@@ -70,7 +70,7 @@ struct Data
|
||||
|
||||
// FIXME: This is a _pure_ duplication of RcDesc now! (except storage)
|
||||
GShape shape; // FIXME: Probably to be replaced by GMetaArg?
|
||||
int rc;
|
||||
int rc; // rc is unique but local to shape
|
||||
GMetaArg meta;
|
||||
HostCtor ctor; // T-specific helper to deal with unknown types in our code
|
||||
cv::detail::OpaqueKind kind; // FIXME: is needed to store GArray/GOpaque type
|
||||
|
||||
Reference in New Issue
Block a user