Typo fix in I420toRGB specification example (#8705)

This commit is contained in:
Mikhail Nosov 2021-11-19 13:47:19 +03:00 committed by GitHub
parent 0e749b8b15
commit e34a66d828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,13 +99,13 @@ Input I420 image tensor shall have `NHWC (also known as NYXC)` layout and can be
<dim>1</dim>
<dim>240</dim>
<dim>320</dim>
<dim>2</dim>
<dim>1</dim>
</port>
<port id="2"> <!-- V plane -->
<dim>1</dim>
<dim>240</dim>
<dim>320</dim>
<dim>2</dim>
<dim>1</dim>
</port>
</input>
<output>