Searched refs:debug_dump (Results 1 - 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
H A Doffline_analyzer.py40 debug_dump = debug_data.DebugDumpDir(
43 debug_dump,
H A Danalyzer_cli.py144 def __init__(self, debug_dump, config):
148 debug_dump: A DebugDumpDir object.
153 self._debug_dump = debug_dump
1565 def create_analyzer_ui(debug_dump,
1573 debug_dump: (debug_data.DebugDumpDir) The debug dump to use.
1587 analyzer = DebugAnalyzer(debug_dump, config=config)
1636 for datum in debug_dump.dumped_tensor_data:
H A Danalyzer_cli_test.py1573 debug_dump = debug_data.DebugDumpDir(
1576 _, registry = create_analyzer_cli(debug_dump)
1684 debug_dump = debug_data.DebugDumpDir(
1688 _, cls._registry = create_analyzer_cli(debug_dump)
/external/tensorflow/tensorflow/python/debug/wrappers/
H A Dlocal_cli_wrapper.py322 debug_dump = debug_data.DebugDumpDir(
324 debug_dump.set_python_graph(self._sess.graph)
328 if not debug_dump.find(
340 debug_dump, request.tf_error, passed_filter)
361 def _prep_debug_cli_for_run_end(self, debug_dump, tf_error, passed_filter):
365 debug_dump: (debug_data.DebugDumpDir) The debug dump directory from this
389 debug_dump, self._tensor_filters, ui_type=self._ui_type,
394 for datum in debug_dump.dumped_tensor_data:
407 [str(node_name) for node_name in debug_dump.nodes()])
H A Dlocal_cli_wrapper_test.py90 def _prep_debug_cli_for_run_end(self, debug_dump, tf_error, passed_filter):
91 self.observers["debug_dumps"].append(debug_dump)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c85 static void debug_dump(struct http_ctx *ctx, const char *title, function
122 debug_dump(ctx, "CURLINFO_TEXT", buf, len);
125 debug_dump(ctx, "CURLINFO_HEADER_IN", buf, len);
128 debug_dump(ctx, "CURLINFO_HEADER_OUT", buf, len);
131 debug_dump(ctx, "CURLINFO_DATA_IN", buf, len);
134 debug_dump(ctx, "CURLINFO_DATA_OUT", buf, len);
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c85 static void debug_dump(struct http_ctx *ctx, const char *title, function
122 debug_dump(ctx, "CURLINFO_TEXT", buf, len);
125 debug_dump(ctx, "CURLINFO_HEADER_IN", buf, len);
128 debug_dump(ctx, "CURLINFO_HEADER_OUT", buf, len);
131 debug_dump(ctx, "CURLINFO_DATA_IN", buf, len);
134 debug_dump(ctx, "CURLINFO_DATA_OUT", buf, len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c85 static void debug_dump(struct http_ctx *ctx, const char *title, function
122 debug_dump(ctx, "CURLINFO_TEXT", buf, len);
125 debug_dump(ctx, "CURLINFO_HEADER_IN", buf, len);
128 debug_dump(ctx, "CURLINFO_HEADER_OUT", buf, len);
131 debug_dump(ctx, "CURLINFO_DATA_IN", buf, len);
134 debug_dump(ctx, "CURLINFO_DATA_OUT", buf, len);

Completed in 360 milliseconds