Skip to content

Commit

Permalink
refactoring & comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Sep 30, 2023
1 parent c5e14af commit 2fe3313
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ namespace low_precision {

/**
* @ingroup ie_transformation_common_api
* @brief FuseMultiplyToFakeQuantizeTransformation fuses Multiply operation to FakeQuantize.
*
* For more details about the transformation, refer to
* [FuseMultiplyToFakeQuantizeTransformation](@ref openvino_docs_OV_UG_lpt_FuseMultiplyToFakeQuantizeTransformation) page
* in the Inference Engine Developer Guide.
* @brief Base class for fuse elementwise to FakeQuantize low precision transformation.
*/
class LP_TRANSFORMATIONS_API FuseElementwiseToFakeQuantizeTransformation : public CleanupTransformation {
public:
Expand Down

0 comments on commit 2fe3313

Please sign in to comment.