17 lines
732 B
Python
17 lines
732 B
Python
# This file is MACHINE GENERATED! Do not edit.
|
|
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
|
|
"""Public API for tf.quantization namespace.
|
|
"""
|
|
|
|
from __future__ import print_function
|
|
|
|
from tensorflow.python import dequantize
|
|
from tensorflow.python import fake_quant_with_min_max_args
|
|
from tensorflow.python import fake_quant_with_min_max_args_gradient
|
|
from tensorflow.python import fake_quant_with_min_max_vars
|
|
from tensorflow.python import fake_quant_with_min_max_vars_gradient
|
|
from tensorflow.python import fake_quant_with_min_max_vars_per_channel
|
|
from tensorflow.python import fake_quant_with_min_max_vars_per_channel_gradient
|
|
from tensorflow.python import quantized_concat
|
|
|
|
del print_function
|