Skip to content

Commit 2e59f91

Browse files
PWZERrhdong
authored andcommitted
fix import error
1 parent 4b2e51d commit 2e59f91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow_recommenders_addons/dynamic_embedding/python/kernel_tests/dynamic_embedding_variable_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@
4949
from tensorflow.python.ops import random_ops
5050
from tensorflow.python.ops import resource_variable_ops
5151
from tensorflow.python.ops import script_ops
52+
from tensorflow.python.ops import state_ops
5253
from tensorflow.python.ops import variable_scope
5354
from tensorflow.python.ops import variables
5455
from tensorflow.python.platform import test
5556
from tensorflow.python.training import adam
5657
from tensorflow.python.training import saver
5758
from tensorflow.python.training import server_lib
59+
from tensorflow.python.training import training
5860
from tensorflow.python.training.tracking import data_structures
5961
from tensorflow.python.training.tracking import util as track_util
6062
from tensorflow.python.util import compat

0 commit comments

Comments
 (0)