Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 418951482
  • Loading branch information
pkch authored and mn-robot committed Dec 31, 2021
1 parent 078753a commit afa6186
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion morph_net/framework/op_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function

import collections
Expand Down
1 change: 0 additions & 1 deletion morph_net/framework/op_regularizer_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function

import collections
Expand Down
1 change: 0 additions & 1 deletion morph_net/network_regularizers/activation_regularizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function

from typing import Optional
Expand Down
1 change: 0 additions & 1 deletion morph_net/network_regularizers/flop_regularizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function
from typing import List, Optional, Type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function

import abc
Expand Down
1 change: 0 additions & 1 deletion morph_net/network_regularizers/model_size_regularizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function
from typing import List, Optional, Text, Type

Expand Down
1 change: 0 additions & 1 deletion morph_net/probabilistic_gating/activation_gating.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function

from morph_net.framework import tpu_util
Expand Down
1 change: 0 additions & 1 deletion morph_net/tools/structure_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from __future__ import absolute_import
from __future__ import division
# [internal] enable type annotations
from __future__ import print_function

import json
Expand Down

0 comments on commit afa6186

Please sign in to comment.