opencv/modules/gapi/src/compiler
Dmitry Matveev b866d0dc38
Merge pull request #18793 from dmatveev:dm/in_graph_metadata
G-API: Introduce runtime in-graph metadata

* G-API: In-graph metadata -- initial implementation

* G-API: Finish the in-graph metadata implementation for Streaming

* G-API: Fix standalone build & warnings for in-graph metadata

* G-API: In-graph meta -- fixed review comments

* G-API: Fix issues with desync causing failing tests
2020-11-17 14:04:19 +00:00
..
passes Merge pull request #18716 from dmatveev:dm/upstream_onnx 2020-11-03 18:39:16 +00:00
gcompiled_priv.hpp Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
gcompiled.cpp G-API: Integrated cv::MediaFrame as I/O type + CPU backend 2020-10-05 20:21:15 +03:00
gcompiler.cpp Merge pull request #18793 from dmatveev:dm/in_graph_metadata 2020-11-17 14:04:19 +00:00
gcompiler.hpp Merge pull request #17020 from dbudniko:dbudniko/serialization_backend 2020-06-26 19:41:29 +00:00
gislandmodel.cpp Merge pull request #18793 from dmatveev:dm/in_graph_metadata 2020-11-17 14:04:19 +00:00
gislandmodel.hpp Merge pull request #18793 from dmatveev:dm/in_graph_metadata 2020-11-17 14:04:19 +00:00
gmodel_priv.hpp G-API: Added graph pattern matching routine and basic tests 2019-08-09 18:57:56 +03:00
gmodel.cpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gmodel.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gmodelbuilder.cpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gmodelbuilder.hpp Merge pull request #14741 from rgarnov:gapi_fix_includes 2019-06-14 19:27:19 +03:00
gobjref.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gstreaming_priv.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gstreaming.cpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
README.md Merge pull request #12608 from dmatveev:gapi 2018-09-26 21:50:39 +03:00
transactions.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00

This directory contains G-API graph compiler logic.