File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
tensorflow_model_optimization/python/core/internal/tensor_encoding/stages Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
"""Implementations of the encoding stage interfaces."""
15
15
16
- from __future__ import absolute_import
17
- from __future__ import division
18
- from __future__ import print_function
19
-
20
16
import collections
21
17
import numpy as np
22
18
import tensorflow as tf
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- from __future__ import absolute_import
16
- from __future__ import division
17
- from __future__ import print_function
18
-
19
15
import itertools
20
16
21
17
from absl .testing import parameterized
You can’t perform that action at this time.
0 commit comments