File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tensorflow_recommenders_addons/dynamic_embedding/python/kernel_tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 49
49
from tensorflow .python .ops import random_ops
50
50
from tensorflow .python .ops import resource_variable_ops
51
51
from tensorflow .python .ops import script_ops
52
+ from tensorflow .python .ops import state_ops
52
53
from tensorflow .python .ops import variable_scope
53
54
from tensorflow .python .ops import variables
54
55
from tensorflow .python .platform import test
55
56
from tensorflow .python .training import adam
56
57
from tensorflow .python .training import saver
57
58
from tensorflow .python .training import server_lib
59
+ from tensorflow .python .training import training
58
60
from tensorflow .python .training .tracking import data_structures
59
61
from tensorflow .python .training .tracking import util as track_util
60
62
from tensorflow .python .util import compat
You can’t perform that action at this time.
0 commit comments