We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c4f27 commit 6b7fdadCopy full SHA for 6b7fdad
tensorflow/compiler/aot/tests/BUILD
@@ -33,6 +33,7 @@ py_binary(
33
"//tensorflow/python:framework_for_generated_wrappers",
34
"//tensorflow/python:math_ops",
35
"//tensorflow/python:platform",
36
+ "//tensorflow/python:session",
37
"//tensorflow/python:training",
38
"//tensorflow/python:variables",
39
],
tensorflow/compiler/tests/BUILD
@@ -41,6 +41,7 @@ py_library(
41
42
43
"//tensorflow/python:random_seed",
44
45
46
"//third_party/py/numpy",
47
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/BUILD
@@ -33,17 +33,15 @@ cc_library(
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"@llvm//:analysis",
- "@llvm//:asm_printer",
"@llvm//:bit_reader",
"@llvm//:bit_writer",
"@llvm//:code_gen",
40
"@llvm//:core",
- "@llvm//:instrumentation",
"@llvm//:ipo",
"@llvm//:ir_reader",
"@llvm//:linker",
- "@llvm//:nvptx_code_gen",
- "@llvm//:objc_arc",
+ "@llvm//:nvptx_code_gen", # buildcleaner: keep
+ "@llvm//:objc_arc", # buildcleaner: keep
"@llvm//:scalar",
48
"@llvm//:support",
49
"@llvm//:target",
tensorflow/contrib/copy_graph/BUILD
@@ -18,8 +18,8 @@ py_library(
18
19
srcs_version = "PY2AND3",
20
deps = [
21
- "//tensorflow/python:client",
22
23
"//tensorflow/python:util",
24
25
@@ -34,10 +34,10 @@ py_test(
":copy_graph_py",
"//tensorflow/contrib/framework:framework_py",
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
tensorflow/contrib/cudnn_rnn/BUILD
@@ -146,7 +146,7 @@ cc_test(
146
":cudnn_rnn_ops_op_lib",
147
"//tensorflow/core",
148
"//tensorflow/core:framework",
149
- "//tensorflow/core:framework_headers_lib",
+ "//tensorflow/core:lib",
150
"//tensorflow/core:test",
151
"//tensorflow/core:test_main",
152
"//tensorflow/core:testlib",
tensorflow/contrib/nn/BUILD
@@ -23,9 +23,14 @@ py_library(
visibility = ["//visibility:public"],
26
+ "//tensorflow/python:dtypes",
27
+ "//tensorflow/python:embedding_ops",
28
"//tensorflow/python:framework_ops",
29
30
"//tensorflow/python:nn",
31
+ "//tensorflow/python:random_ops",
32
+ "//tensorflow/python:tensor_shape",
+ "//tensorflow/python:tensor_util",
)
tensorflow/contrib/rnn/BUILD
@@ -369,6 +369,7 @@ py_binary(
369
370
371
"//tensorflow/python:pywrap_tensorflow",
372
373
374
375
@@ -382,9 +383,9 @@ py_test(
382
383
tags = ["no_pip"],
384
385
":checkpoint_convert",
386
387
388
389
390
391
tensorflow/contrib/session_bundle/BUILD
@@ -62,6 +62,7 @@ py_library(
62
"//tensorflow/python:client",
63
"//tensorflow/python:framework",
64
65
66
"//tensorflow/python/saved_model:constants",
67
"//tensorflow/python/saved_model:loader",
68
"//tensorflow/python/saved_model:signature_constants",
@@ -140,6 +141,7 @@ py_test(
140
141
142
143
144
145
"//tensorflow/python:state_ops",
@@ -266,6 +268,7 @@ py_library(
266
268
267
269
270
"//tensorflow/python:lib",
271
272
273
274
tensorflow/contrib/signal/BUILD
@@ -12,11 +12,13 @@ py_library(
12
13
14
15
+ "//tensorflow/python:constant_op",
16
"//tensorflow/python:control_flow_ops",
17
"//tensorflow/python:dtypes",
"//tensorflow/python:spectral_ops",
tensorflow/contrib/slim/BUILD
@@ -84,6 +84,7 @@ py_test(
84
85
86
87
88
"//tensorflow/python:summary",
89
90
0 commit comments