Lines Matching refs:python
23 # TODO(sibyl-Mooth6ku,ptucker): Understand why 'python/ops/_' is needed and fix it.
24 name = "python/ops/_sparse_feature_cross_op.so",
55 "python/layers/__init__.py",
56 "python/layers/embedding_ops.py",
57 "python/layers/encoders.py",
58 "python/layers/feature_column.py",
59 "python/layers/feature_column_ops.py",
60 "python/layers/initializers.py",
61 "python/layers/layers.py",
62 "python/layers/normalization.py",
63 "python/layers/optimizers.py",
64 "python/layers/regularizers.py",
65 "python/layers/rev_block_lib.py",
66 "python/layers/summaries.py",
67 "python/layers/target_column.py",
68 "python/layers/utils.py",
69 "python/ops/bucketization_op.py",
70 "python/ops/sparse_feature_cross_op.py",
71 "python/ops/sparse_ops.py",
74 ":python/ops/_sparse_feature_cross_op.so",
94 "//tensorflow/python:array_ops",
95 "//tensorflow/python:check_ops",
96 "//tensorflow/python:clip_ops",
97 "//tensorflow/python:common_shapes",
98 "//tensorflow/python:control_flow_ops",
99 "//tensorflow/python:data_flow_ops",
100 "//tensorflow/python:embedding_ops",
101 "//tensorflow/python:framework",
102 "//tensorflow/python:framework_for_generated_wrappers",
103 "//tensorflow/python:init_ops",
104 "//tensorflow/python:layers",
105 "//tensorflow/python:layers_base",
106 "//tensorflow/python:linalg_ops",
107 "//tensorflow/python:math_ops",
108 "//tensorflow/python:nn",
109 "//tensorflow/python:nn_ops",
110 "//tensorflow/python:parsing_ops",
111 "//tensorflow/python:platform",
112 "//tensorflow/python:random_ops",
113 "//tensorflow/python:resource_variable_ops",
114 "//tensorflow/python:sparse_ops",
115 "//tensorflow/python:sparse_tensor",
116 "//tensorflow/python:standard_ops",
117 "//tensorflow/python:string_ops",
118 "//tensorflow/python:summary",
119 "//tensorflow/python:tensor_util",
120 "//tensorflow/python:training",
121 "//tensorflow/python:util",
122 "//tensorflow/python:variable_scope",
123 "//tensorflow/python:variables",
124 "//tensorflow/python/eager:context",
125 "//tensorflow/python/feature_column",
133 srcs = ["python/layers/layers_test.py"],
138 "//tensorflow/python:array_ops",
139 "//tensorflow/python:client",
140 "//tensorflow/python:client_testlib",
141 "//tensorflow/python:control_flow_ops",
142 "//tensorflow/python:errors",
143 "//tensorflow/python:framework",
144 "//tensorflow/python:framework_for_generated_wrappers",
145 "//tensorflow/python:framework_test_lib",
146 "//tensorflow/python:gradients",
147 "//tensorflow/python:init_ops",
148 "//tensorflow/python:math_ops",
149 "//tensorflow/python:nn_ops",
150 "//tensorflow/python:partitioned_variables",
151 "//tensorflow/python:platform_test",
152 "//tensorflow/python:random_ops",
153 "//tensorflow/python:state_ops",
154 "//tensorflow/python:template",
155 "//tensorflow/python:variable_scope",
156 "//tensorflow/python:variables",
157 "//tensorflow/python/ops/losses:losses",
164 srcs = ["python/layers/regularizers_test.py"],
168 "//tensorflow/python:array_ops",
169 "//tensorflow/python:client_testlib",
170 "//tensorflow/python:framework_for_generated_wrappers",
171 "//tensorflow/python:math_ops",
172 "//tensorflow/python:session",
180 srcs = ["python/layers/initializers_test.py"],
184 "//tensorflow/python:client_testlib",
185 "//tensorflow/python:framework_for_generated_wrappers",
186 "//tensorflow/python:session",
187 "//tensorflow/python:variable_scope",
188 "//tensorflow/python:variables",
196 srcs = ["python/layers/normalization_test.py"],
202 "//tensorflow/python:array_ops",
203 "//tensorflow/python:client_testlib",
204 "//tensorflow/python:dtypes",
205 "//tensorflow/python:random_ops",
206 "//tensorflow/python:variables",
213 srcs = ["python/layers/optimizers_test.py"],
217 "//tensorflow/python:array_ops",
218 "//tensorflow/python:client_testlib",
219 "//tensorflow/python:framework_for_generated_wrappers",
220 "//tensorflow/python:init_ops",
221 "//tensorflow/python:math_ops",
222 "//tensorflow/python:random_seed",
223 "//tensorflow/python:state_ops",
224 "//tensorflow/python:training",
225 "//tensorflow/python:variable_scope",
226 "//tensorflow/python:variables",
234 srcs = ["python/layers/summaries_test.py"],
238 "//tensorflow/python:array_ops",
239 "//tensorflow/python:client_testlib",
240 "//tensorflow/python:framework_for_generated_wrappers",
241 "//tensorflow/python:nn_ops",
242 "//tensorflow/python:variables",
249 srcs = ["python/layers/feature_column_test.py"],
253 "//tensorflow/python:client_testlib",
254 "//tensorflow/python:framework_for_generated_wrappers",
255 "//tensorflow/python:lookup_ops",
256 "//tensorflow/python:parsing_ops",
257 "//tensorflow/python:sparse_tensor",
258 "//tensorflow/python:state_ops",
259 "//tensorflow/python:training",
260 "//tensorflow/python:variable_scope",
261 "//tensorflow/python:variables",
262 "//tensorflow/python/feature_column:feature_column_py",
270 srcs = ["python/layers/feature_column_ops_test.py"],
275 "//tensorflow/python:array_ops",
276 "//tensorflow/python:client_testlib",
277 "//tensorflow/python:framework_for_generated_wrappers",
278 "//tensorflow/python:gradients",
279 "//tensorflow/python:init_ops",
280 "//tensorflow/python:lookup_ops",
281 "//tensorflow/python:partitioned_variables",
282 "//tensorflow/python:random_ops",
283 "//tensorflow/python:sparse_tensor",
284 "//tensorflow/python:variable_scope",
285 "//tensorflow/python:variables",
286 "//tensorflow/python/feature_column:feature_column_py",
294 srcs = ["python/layers/target_column_test.py"],
298 "//tensorflow/python:client_testlib",
299 "//tensorflow/python:framework_for_generated_wrappers",
300 "//tensorflow/python:session",
301 "//tensorflow/python:variables",
308 srcs = ["python/kernel_tests/sparse_feature_cross_op_test.py"],
312 "//tensorflow/python:client_testlib",
313 "//tensorflow/python:framework_for_generated_wrappers",
314 "//tensorflow/python:session",
315 "//tensorflow/python:sparse_ops",
316 "//tensorflow/python:sparse_tensor",
325 srcs = ["python/layers/embedding_ops_test.py"],
329 "//tensorflow/python:array_ops",
330 "//tensorflow/python:client_testlib",
331 "//tensorflow/python:errors",
332 "//tensorflow/python:framework_for_generated_wrappers",
333 "//tensorflow/python:gradient_checker",
334 "//tensorflow/python:init_ops",
335 "//tensorflow/python:math_ops",
336 "//tensorflow/python:partitioned_variables",
337 "//tensorflow/python:random_seed",
338 "//tensorflow/python:sparse_tensor",
339 "//tensorflow/python:util",
347 srcs = ["python/layers/utils_test.py"],
351 "//tensorflow/python:array_ops",
352 "//tensorflow/python:client_testlib",
353 "//tensorflow/python:framework_for_generated_wrappers",
354 "//tensorflow/python:variables",
362 srcs = ["python/ops/sparse_ops_test.py"],
367 "//tensorflow/python:array_ops",
368 "//tensorflow/python:client_testlib",
369 "//tensorflow/python:framework_for_generated_wrappers",
370 "//tensorflow/python:sparse_tensor",
378 srcs = ["python/layers/encoders_test.py"],
382 "//tensorflow/python:client_testlib",
383 "//tensorflow/python:init_ops",
384 "//tensorflow/python:variable_scope",
385 "//tensorflow/python:variables",
392 srcs = ["python/layers/rev_block_lib_test.py"],
396 "//tensorflow/python:client_testlib",
397 "//tensorflow/python:init_ops",
398 "//tensorflow/python:variable_scope",
399 "//tensorflow/python:variables",