-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Telemetry coverage extension (#3039)
### Changes - Extended coverage for telemetry. ### Reason for changes - Telemetry update. ### Related tickets - 154833 ### Tests - TBD New _categories/events_ are introduced: | Method | Event category | Event name | Event label | | ------------- | ------------- | ------------- | ------------- | | _nncf.strip_ | nncf_tf,nncf_pt,nncf_pt_fx,nncf_onnx,nncf_ov | _function_call_ | _nncf.strip_ | | _nncf.data....generate_text_data_ | _nncf_ | _function_call_ | _nncf.data.generate_text_data_ | | _nncf.torch....wrap_model_ | nncf_pt | _function_call_ | _nncf.torch.wrap_model_ | | _nncf.torch....load_from_config_ | nncf_pt | _function_call_ | _nncf.torch.load_from_config_ | | _nncf.torch....get_config_ | nncf_pt | _function_call_ | _nncf.torch.nncf_network.NNCFNetwork.get_config_ |
- Loading branch information
1 parent
e14460d
commit 801e5af
Showing
6 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters