FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tensorflow/tensorflow/python/debug/BUILD at master · IBMZ-Linux-OSS-Python/tensorflow · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
IBMZ-Linux-OSS-Python
/
tensorflow
Public
forked from
tensorflow/tensorflow
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
tensorflow
/
tensorflow
/
python
/
debug
/
BUILD
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (54 loc) · 2.38 KB
Breadcrumbs
tensorflow
/
tensorflow
/
python
/
debug
/
BUILD
Copy path
File metadata and controls
58 lines (54 loc) · 2.38 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Description:
# Python Client Code of the TensorFlow Debugger (tfdbg).
#
# Public target(s):
#
# ":debug_py": Public Python methods and classes of tfdbg.
# For API documentation, see https://www.tensorflow.org/api_docs/python/tfdbg
# For a user interface walkthrough, see https://www.tensorflow.org/guide/debugger
# ":grpc_debug_server": Server interface for grpc:// debug URLs.
load
(
"//tensorflow:strict.default.bzl"
,
"py_strict_library"
)
package
(
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
default_visibility
=
[
"//tensorflow:internal"
],
licenses
=
[
"notice"
],
)
py_strict_library
(
name
=
"debug_py"
,
srcs
=
[
"__init__.py"
],
tags
=
[
"keep_dep"
],
# Generated files need dependencies that build_cleaner would remove
visibility
=
[
"//visibility:public"
],
deps
=
[
"//tensorflow/python/debug/lib:check_numerics_callback"
,
"//tensorflow/python/debug/lib:debug_data"
,
"//tensorflow/python/debug/lib:debug_events_monitors"
,
"//tensorflow/python/debug/lib:debug_events_reader"
,
"//tensorflow/python/debug/lib:debug_gradients"
,
"//tensorflow/python/debug/lib:debug_graphs"
,
"//tensorflow/python/debug/lib:debug_utils"
,
"//tensorflow/python/debug/lib:dumping_callback"
,
"//tensorflow/python/debug/lib:dumping_callback_test_lib"
,
"//tensorflow/python/debug/lib:grpc_debug_server"
,
"//tensorflow/python/debug/lib:grpc_debug_test_server"
,
"//tensorflow/python/debug/wrappers:dumping_wrapper"
,
"//tensorflow/python/debug/wrappers:framework"
,
"//tensorflow/python/debug/wrappers:grpc_wrapper"
,
"//tensorflow/python/debug/wrappers:hooks"
,
"//tensorflow/python/debug/wrappers:local_cli_wrapper"
,
"//tensorflow/python/util:all_util"
,
],
)
# Transitive dependencies of this target will be included in the pip package.
py_strict_library
(
name
=
"debug_pip"
,
data
=
[
"//tensorflow/python/debug/lib:grpc_tensorflow_server"
],
deps
=
[
":debug_py"
,
"//tensorflow/python/debug/cli:cli_test_utils"
,
"//tensorflow/python/debug/cli:offline_analyzer_lib"
,
"//tensorflow/python/debug/lib:grpc_debug_test_server"
,
"//tensorflow/python/debug/lib:grpc_tensorflow_server_lib"
,
"//tensorflow/python/debug/lib:session_debug_testlib"
,
"//tensorflow/python/debug/lib:source_remote"
,
],
)
Back
|
FazBrowse Home
|
New Git URL