Skip to content

Commit

Permalink
Update src/core/src/preprocess/pre_post_process.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Staikov <[email protected]>
  • Loading branch information
itikhono and CuriousPanCake authored Feb 11, 2025
1 parent a134542 commit 3df55e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/preprocess/pre_post_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ std::shared_ptr<Model> PrePostProcessor::build() {
// MO path : [fw model conversion -> PrePostProcessing -> MOC] -> nncf
// OVC path: [fw model conversion -> MOC] -> PrePostProcessing -> nncf
//
// Since nncf is applied with a not fully optimized model, extra FQ ops might appear,
// Since nncf is applied to a not fully optimized model, extra FQ ops might appear,
// which can affect both accuracy and performance.
// PrePostProcessing is not part of OVC, so we have to insert an additional
// Transformation calls inside PrePostProcessing.
Expand Down

0 comments on commit 3df55e3

Please sign in to comment.