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

Merge pull request #28537 from reeseliao:fix-typo-gapi

docs: fix typo 'neccessary' in gapi module
This commit is contained in:
Alexander Smorkalov
2026-02-14 13:05:53 +03:00
committed by GitHub
@@ -214,7 +214,7 @@ public:
This function is used to ensure that all tensors in the model have names.
It goes through all input and output nodes of the model and sets the names
if they are not set. This is neccessary for models with nameless tensors.
if they are not set. This is necessary for models with nameless tensors.
If a tensor does not have a name, it will be assigned a default name
based on the producer node's friendly name. If the producer node has multiple