File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,6 +1332,7 @@ py_library(
13321332 deps = [
13331333 ":array_ops" ,
13341334 ":clip_ops" ,
1335+ ":data_flow_grad" ,
13351336 ":data_flow_ops" ,
13361337 ":framework" ,
13371338 ":framework_for_generated_wrappers" ,
Original file line number Diff line number Diff line change @@ -2379,7 +2379,6 @@ cuda_py_test(
23792379 "//third_party/py/numpy" ,
23802380 "//tensorflow/python:array_ops" ,
23812381 "//tensorflow/python:client_testlib" ,
2382- "//tensorflow/python:data_flow_grad" ,
23832382 "//tensorflow/python:data_flow_ops" ,
23842383 "//tensorflow/python:embedding_ops" ,
23852384 "//tensorflow/python:framework" ,
Original file line number Diff line number Diff line change 3636from tensorflow .python .ops import state_ops
3737from tensorflow .python .ops import variable_scope
3838from tensorflow .python .ops import variables
39- import tensorflow .python .ops .data_flow_grad # pylint: disable=unused-import
4039from tensorflow .python .platform import test
4140from tensorflow .python .platform import tf_logging
4241from tensorflow .python .util import compat
Original file line number Diff line number Diff line change 2626from tensorflow .python .framework import sparse_tensor
2727from tensorflow .python .ops import array_ops
2828from tensorflow .python .ops import clip_ops
29+ # Imports gradient definitions.
30+ from tensorflow .python .ops import data_flow_grad # pylint: disable=unused-import
2931from tensorflow .python .ops import data_flow_ops
3032from tensorflow .python .ops import math_ops
3133from tensorflow .python .ops import resource_variable_ops
You can’t perform that action at this time.
0 commit comments