Home
last modified time | relevance | path

Searched +full:python +full:- +full:debug (Results 1 – 25 of 1071) sorted by relevance

12345678910>>...43

/external/tensorflow/tensorflow/python/debug/
D__init__.py7 # http://www.apache.org/licenses/LICENSE-2.0
15 """Public Python API of TensorFlow Debugger (tfdbg).
47 # pylint: disable=unused-imports
48 from tensorflow.python.debug.lib.debug_data import DebugDumpDir
49 from tensorflow.python.debug.lib.debug_data import DebugTensorDatum
50 from tensorflow.python.debug.lib.debug_data import has_inf_or_nan
51 from tensorflow.python.debug.lib.debug_data import load_tensor_from_event
52 from tensorflow.python.debug.lib.debug_data import load_tensor_from_event_file
54 from tensorflow.python.debug.lib.debug_gradients import GradientsDebugger
56 from tensorflow.python.debug.lib.debug_graphs import reconstruct_non_debug_graph_def
[all …]
/external/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Debian10-Clang-x86_64-Debug-SwiftShader_TSAN.json5 "-u",
7 "--json-output",
23 "-u",
25 "--json-output",
27 "ensure-directory",
28 "--mode",
30 …"[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-SwiftShader_TSAN/Debug/swiftsha…
38 "-DSWIFTSHADER_BUILD_TESTS=OFF",
39 "-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF",
40 "-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF",
[all …]
DBuild-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN.json5 "-u",
7 "--json-output",
23 "-u",
25 "--json-output",
27 "ensure-directory",
28 "--mode",
30 …"[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN/Debug/swiftsha…
38 "-DSWIFTSHADER_BUILD_TESTS=OFF",
39 "-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF",
40 "-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF",
[all …]
DBuild-Debian10-GCC-x86-Debug-Docker.json8 "python",
9 "-u",
15 "@@@STEP_LOG_LINE@python.inline@import os@@@",
16 "@@@STEP_LOG_LINE@python.inline@print '%d:%d' % (os.getuid(), os.getgid())@@@",
17 "@@@STEP_LOG_END@python.inline@@@"
23 "-u",
25 "--json-output",
27 "ensure-directory",
28 "--mode",
30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86-Debug-Docker/Debug"
[all …]
DBuild-Debian10-GCC-x86_64-Debug-Docker.json8 "python",
9 "-u",
15 "@@@STEP_LOG_LINE@python.inline@import os@@@",
16 "@@@STEP_LOG_LINE@python.inline@print '%d:%d' % (os.getuid(), os.getgid())@@@",
17 "@@@STEP_LOG_END@python.inline@@@"
23 "-u",
25 "--json-output",
27 "ensure-directory",
28 "--mode",
30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Docker/Debug"
[all …]
DBuild-Debian9-Clang-x86_64-Debug-Chromebook_GLES_Docker.json5 "-u",
7 "--json-output",
26 "python",
27 "-u",
33 "@@@STEP_LOG_LINE@python.inline@import os@@@",
34 "@@@STEP_LOG_LINE@python.inline@print '%d:%d' % (os.getuid(), os.getgid())@@@",
35 "@@@STEP_LOG_END@python.inline@@@"
41 "-u",
43 "--json-output",
45 "ensure-directory",
[all …]
DBuild-Win-Clang-x86-Debug-Exceptions.json5 "-u",
7 "--json-output",
22 "python",
23 "-u",
24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn"
32 "name": "fetch-gn"
38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86-Debug-Exceptions\\Debug",
39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \…
51 "-C",
52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86-Debug-Exceptions\\Debug"
[all …]
DBuild-Mac-Clang-x86_64-Debug-CommandBuffer.json13 "-kind",
15 "-xcode-version",
17 "-output-dir",
28 "xcode-select",
29 "-switch",
39 "python",
40 "-u",
42 "--chrome-dir",
44 "--output-dir",
45 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug",
[all …]
DBuild-Debian10-Clang-x86_64-Debug-Chromebook_GLES.json5 "-u",
7 "--json-output",
22 "python",
23 "-u",
24 "[START_DIR]/cache/work/skia/bin/fetch-gn"
32 "name": "fetch-gn"
38 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES/Debug",
39--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_…
51 "-C",
52 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES/Debug",
[all …]
DBuild-Debian10-Clang-x86_64-Debug-Tidy.json5 "-u",
7 "--json-output",
22 "python",
23 "-u",
24 "[START_DIR]/cache/work/skia/bin/fetch-gn"
32 "name": "fetch-gn"
38 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-Tidy/Debug",
39--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/cache/work/skia/tools/clang-tidy…
51 "-C",
52 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-Tidy/Debug"
[all …]
/external/tensorflow/tensorflow/python/debug/examples/v1/
Dexamples_v1_test.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Bash unit tests for TensorFlow Debugger (tfdbg) Python examples that do not
20 # Command-line flags:
21 # --virtualenv: (optional) If set, will test the examples and binaries
24 set -e
32 if [[ -z "$1" ]]; then
34 elif [[ "$1" == "--virtualenv" ]]; then
36 PYTHON_BIN_PATH=$(which python)
46 if [[ -z "${PYTHON_BIN_PATH}" ]]; then
47 DEBUG_FIBONACCI_BIN="$TEST_SRCDIR/org_tensorflow/tensorflow/python/debug/debug_fibonacci"
[all …]
/external/skqp/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Mac-Clang-x86_64-Debug-CommandBuffer.json13 "-kind",
15 "-xcode-version",
17 "-output-dir",
28 "xcode-select",
29 "-switch",
39 "python",
40 "-u",
42 "--chrome-dir",
44 "--output-dir",
45 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug",
[all …]
DBuild-Debian9-Clang-x86_64-Debug-Coverage.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-x86_64-Debug-Coverage/Debug",
35--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_…
47 "-C",
[all …]
DBuild-Debian9-Clang-x86_64-Debug-Chromebook_GLES.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES/Debug",
35--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_…
47 "-C",
[all …]
DBuild-Debian9-Clang-x86_64-Debug-OpenCL.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-x86_64-Debug-OpenCL/Debug",
35--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_…
47 "-C",
[all …]
DBuild-Debian9-Clang-x86_64-Debug-SK_CPU_LIMIT_SSE41.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-x86_64-Debug-SK_CPU_LIMIT_SSE41/Debug",
35--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_…
47 "-C",
[all …]
DBuild-Debian9-Clang-x86_64-Debug-MSAN.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-x86_64-Debug-MSAN/Debug",
35--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_…
47 "-C",
[all …]
DBuild-Debian9-Clang-x86_64-Debug-SafeStack.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-x86_64-Debug-SafeStack/Debug",
35--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_…
47 "-C",
[all …]
DBuild-Debian9-Clang-x86_64-Debug-Tidy.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-x86_64-Debug-Tidy/Debug",
35--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/cache/work/skia/tools/clang-tidy…
47 "-C",
[all …]
DBuild-Win-Clang-x86-Debug-Exceptions.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86-Debug-Exceptions/Debug",
35 …"--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \"…
47 "-C",
[all …]
DBuild-Mac-Clang-arm64-Debug-Android_Vulkan.json4 "python",
5 "-u",
7 "--json-output",
18 "python",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-arm64-Debug-Android_Vulkan/Debug",
35 …"--args=extra_cflags=[\"-O1\", \"-DDUMMY_ndk_version=42\"] ndk=\"[START_DIR]/android_ndk_darwin\" …
47 "-C",
[all …]
DBuild-Mac-Clang-x86_64-Debug-Metal.json13 "-kind",
15 "-xcode-version",
17 "-output-dir",
28 "xcode-select",
29 "-switch",
39 "python",
40 "-u",
41 "[START_DIR]/cache/work/skia/bin/fetch-gn"
49 "name": "fetch-gn"
55 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Debug-Metal/Debug",
[all …]
DBuild-Mac-Clang-x86_64-Debug-ASAN.json13 "-kind",
15 "-xcode-version",
17 "-output-dir",
28 "xcode-select",
29 "-switch",
39 "python",
40 "-u",
41 "[START_DIR]/cache/work/skia/bin/fetch-gn"
49 "name": "fetch-gn"
55 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Debug-ASAN/Debug",
[all …]
DBuild-Mac-Clang-arm64-Debug-iOS.json13 "-kind",
15 "-xcode-version",
17 "-output-dir",
28 "xcode-select",
29 "-switch",
39 "python",
40 "-u",
41 "[START_DIR]/cache/work/skia/bin/fetch-gn"
49 "name": "fetch-gn"
55 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-arm64-Debug-iOS/Debug",
[all …]
/external/python/cpython2/PC/VC6/
Dpython.dsp1 # Microsoft Developer Studio Project File - Name="python" - Package Owner=<4>
7 CFG=python - Win32 Release
11 !MESSAGE NMAKE /f "python.mak".
16 !MESSAGE NMAKE /f "python.mak" CFG="python - Win32 Release"
20 !MESSAGE "python - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "python - Win32 Debug" (based on "Win32 (x86) Console Application")
26 # PROP Scc_ProjName "python"
31 !IF "$(CFG)" == "python - Win32 Release"
41 # PROP Intermediate_Dir "x86-temp-release\python"
53 … ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1d000000" /subsystem:console /debug /machine:I386
[all …]

12345678910>>...43