File tree Expand file tree Collapse file tree
docsrc/source/api/api_docs/modules
model_compression_toolkit/core/common/network_editors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ Actions
4646
4747|
4848
49- .. autoclass :: model_compression_toolkit.core.network_editor.ChangeQuantizationParamFunction
50-
51- |
52-
5349.. autoclass :: model_compression_toolkit.core.network_editor.ChangeFinalWeightsQuantizationMethod
5450
5551|
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414# ==============================================================================
1515
16+ from model_compression_toolkit .core .common .network_editors .actions import (
17+ ChangeCandidatesWeightsQuantConfigAttr ,
18+ ChangeFinalWeightsQuantConfigAttr ,
19+ ChangeCandidatesActivationQuantConfigAttr ,
20+ ChangeCandidatesActivationQuantizationMethod ,
21+ ChangeFinalWeightsQuantizationMethod ,
22+ ChangeCandidatesWeightsQuantizationMethod ,
23+ ChangeFinalActivationQuantConfigAttr )
1624from model_compression_toolkit .core .common .network_editors .actions import EditRule
1725from model_compression_toolkit .core .common .network_editors .node_filters import NodeTypeFilter , NodeNameScopeFilter , \
1826 NodeNameFilter
You can’t perform that action at this time.
0 commit comments