fix minor mistakes
This commit is contained in:
parent
1ac7690d42
commit
66d16ae45e
@ -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 {
|
||||
|
@ -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 {
|
||||
|
2
thirdparty/open_model_zoo
vendored
2
thirdparty/open_model_zoo
vendored
@ -1 +1 @@
|
||||
Subproject commit 46aef007ea7a7df85fb3e629b57b2d29449cb305
|
||||
Subproject commit 8fb7a04f6257d274676a5ab308acf89c23cf6971
|
Loading…
Reference in New Issue
Block a user