Home
last modified time | relevance | path

Searched refs:watch_opts (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py935 debug_urls, watch_opts = self._prepare_run_watch_config(
941 debug_ops=watch_opts.debug_ops,
942 node_name_regex_whitelist=watch_opts.node_name_regex_whitelist,
943 op_type_regex_whitelist=watch_opts.op_type_regex_whitelist,
944 tensor_dtype_regex_whitelist=watch_opts.tensor_dtype_regex_whitelist,
946 watch_opts.tolerate_debug_op_creation_failures))
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_utils.py61 watch_opts = run_options.debug_options.debug_tensor_watch_opts
64 watch = watch_opts.add()
Ddebug_utils_test.py71 def _verify_watches(self, watch_opts, expected_output_slot, argument
88 for watch in watch_opts:
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py2017 watch_opts = run_options.debug_options.debug_tensor_watch_opts
2020 watch = watch_opts.add()