Searched refs:debug_dump (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | local_cli_wrapper.py | 338 debug_dump = debug_data.DebugDumpDir( 340 debug_dump.set_python_graph(self._sess.graph) 345 if not debug_dump.find( 361 debug_dump, request.tf_error, passed_filter, 384 debug_dump, argument 421 debug_dump, self._tensor_filters, ui_type=self._ui_type, 426 for datum in debug_dump.dumped_tensor_data: 439 [str(node_name) for node_name in debug_dump.nodes()])
|
D | local_cli_wrapper_test.py | 94 debug_dump, argument 98 self.observers["debug_dumps"].append(debug_dump) 425 for debug_dump in debug_dumps: 426 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data] 452 for debug_dump in debug_dumps: 453 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data] 479 for debug_dump in debug_dumps: 480 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data] 507 debug_dump = debug_dumps[0] 508 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data]
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | offline_analyzer.py | 40 debug_dump = debug_data.DebugDumpDir( 43 debug_dump,
|
D | analyzer_cli.py | 144 def __init__(self, debug_dump, config): argument 153 self._debug_dump = debug_dump 1585 def create_analyzer_ui(debug_dump, argument 1607 analyzer = DebugAnalyzer(debug_dump, config=config) 1656 for datum in debug_dump.dumped_tensor_data:
|
D | analyzer_cli_test.py | 1601 debug_dump = debug_data.DebugDumpDir( 1604 _, registry = create_analyzer_cli(debug_dump) 1713 debug_dump = debug_data.DebugDumpDir( 1717 _, cls._registry = create_analyzer_cli(debug_dump)
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 93 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump() function 130 debug_dump(ctx, "CURLINFO_TEXT", buf, len); in curl_cb_debug() 133 debug_dump(ctx, "CURLINFO_HEADER_IN", buf, len); in curl_cb_debug() 136 debug_dump(ctx, "CURLINFO_HEADER_OUT", buf, len); in curl_cb_debug() 139 debug_dump(ctx, "CURLINFO_DATA_IN", buf, len); in curl_cb_debug() 142 debug_dump(ctx, "CURLINFO_DATA_OUT", buf, len); in curl_cb_debug()
|