Skip to content

Commit

Permalink
Update commands.py (#2871)
Browse files Browse the repository at this point in the history
### Changes

Change the docstring for TargetType in post_layer_operation

### Reason for changes

Post layer operation docstring was the same as pre layer and mentioned
adding the operation before the PT module/TF layer when in reality it
inserts the operation after.
  • Loading branch information
anzr299 authored Aug 6, 2024
1 parent 6bf0220 commit fa072ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/common/graph/transformations/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TargetType(IntEnum):
`PRE_LAYER_OPERATION` - a location before the associated PT-module or TF-layer
execution, for which the local attributes of said
PT-module or TF-layer are accessible
`POST_LAYER_OPERATION` - a location before the associated PT-module or TF-layer
`POST_LAYER_OPERATION` - a location after the associated PT-module or TF-layer
execution, for which the local attributes of said
PT-module or TF-layer are accessible
`OPERATION_WITH_WEIGHTS` - same as PRE_LAYER_OPERATION, but targets weights
Expand Down

0 comments on commit fa072ab

Please sign in to comment.