fix minor mistakes

This commit is contained in:
Ivan 2023-03-17 00:07:44 +04:00
parent 1ac7690d42
commit 66d16ae45e
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ class TRANSFORMATIONS_API TSReductionBackward;
/**
* @ingroup ie_transformation_common_api
* @brief TransposeReductionForward transformation sinks Transpose through Reduce, Squeeze operations
* @brief TransposeReductionForward transformation sinks Transpose through Reduce operations
* in the forward direction.
*/
class ov::pass::transpose_sinking::TSReductionForward : public ov::pass::MatcherPass {
@ -32,7 +32,7 @@ public:
/**
* @ingroup ie_transformation_common_api
* @brief TransposeReductionBackward transformation sinks Transpose through Reduce, Squeeze operations
* @brief TransposeReductionBackward transformation sinks Transpose through Reduce operations
* in the backward direction.
*/
class ov::pass::transpose_sinking::TSReductionBackward : public ov::pass::MatcherPass {

View File

@ -21,7 +21,7 @@ class TRANSFORMATIONS_API TSUnsqueezeBackward;
/**
* @ingroup ie_transformation_common_api
* @brief TSUnsqueezeForward transformation sinks Transpose through Unsqueeze operation
* @brief TSUnsqueezeForward transformation sinks Transpose through Unsqueeze, Reshape operations
* in the forward direction.
*/
class ov::pass::transpose_sinking::TSUnsqueezeForward : public ov::pass::MatcherPass {
@ -32,7 +32,7 @@ public:
/**
* @ingroup ie_transformation_common_api
* @brief TSUnsqueezeBackward transformation sinks Transpose through Unsqueeze operation
* @brief TSUnsqueezeBackward transformation sinks Transpose through Unsqueeze, Reshape operations
* in the backward direction.
*/
class ov::pass::transpose_sinking::TSUnsqueezeBackward : public ov::pass::MatcherPass {

@ -1 +1 @@
Subproject commit 46aef007ea7a7df85fb3e629b57b2d29449cb305
Subproject commit 8fb7a04f6257d274676a5ab308acf89c23cf6971