1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Bring updates from openvino version of standalone files

This commit is contained in:
OrestChura
2021-12-07 04:18:36 +03:00
parent 8dd6882222
commit 51d7ba7446
2 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ Graph execution is triggered in two ways:
Both methods are polimorphic and take a variadic number of arguments,
with validity checks performed in runtime. If a number, shapes, and
formats of passed data objects differ from expected, a run-time
formats of passed data objects differ from expected, a runtime
exception is thrown. G-API also provides _typed_ wrappers to move
these checks to the compile time -- see `cv::GComputationT<>`.