Module: tfmot
Stay organized with collections
Save and categorize content based on your preferences.
Init module for TensorFlow Model Optimization Python API.
import tensorflow_model_optimization as tfmot
Modules
clustering
module: Module containing code for clustering.
experimental
module: Module containing code for experimental features.
quantization
module: Module containing code for quantization.
sparsity
module: Module containing code for sparsity.
version
module: Define TensorFlow Model Optimization version information.
Other Members |
version
|
'0.7.5'
|
absolute_import
|
Instance of __future__._Feature
|
division
|
Instance of __future__._Feature
|
print_function
|
Instance of __future__._Feature
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-26 UTC.
[null,null,["Last updated 2023-05-26 UTC."],[],[],null,["# Module: tfmot\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/model-optimization/blob/v0.7.5/tensorflow_model_optimization/__init__.py) |\n\nInit module for TensorFlow Model Optimization Python API. \n\n import tensorflow_model_optimization as tfmot\n\nModules\n-------\n\n[`clustering`](./tfmot/clustering) module: Module containing code for clustering.\n\n[`experimental`](./tfmot/experimental) module: Module containing code for experimental features.\n\n[`quantization`](./tfmot/quantization) module: Module containing code for quantization.\n\n[`sparsity`](./tfmot/sparsity) module: Module containing code for sparsity.\n\n[`version`](./tfmot/version) module: Define TensorFlow Model Optimization version information.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Other Members ------------- ||\n|-----------------|-----------------------------------|\n| **version** | `'0.7.5'` |\n| absolute_import | Instance of `__future__._Feature` |\n| division | Instance of `__future__._Feature` |\n| print_function | Instance of `__future__._Feature` |\n\n\u003cbr /\u003e"]]