Home
last modified time | relevance | path

Searched refs:debug_dump (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper.py335 debug_dump = debug_data.DebugDumpDir(
337 debug_dump.set_python_graph(self._sess.graph)
342 if not debug_dump.find(
358 debug_dump, request.tf_error, passed_filter,
381 debug_dump, argument
418 debug_dump,
426 for datum in debug_dump.dumped_tensor_data:
439 [str(node_name) for node_name in debug_dump.nodes()])
Dlocal_cli_wrapper_test.py96 debug_dump, argument
100 self.observers["debug_dumps"].append(debug_dump)
430 for debug_dump in debug_dumps:
431 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data]
457 for debug_dump in debug_dumps:
458 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data]
485 for debug_dump in debug_dumps:
486 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data]
514 debug_dump = debug_dumps[0]
515 node_names = [datum.node_name for datum in debug_dump.dumped_tensor_data]
[all …]
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Ddebug_dump_writer.cc36 using audio_network_adaptor::debug_dump::EncoderRuntimeConfig;
37 using audio_network_adaptor::debug_dump::Event;
38 using audio_network_adaptor::debug_dump::NetworkMetrics;
Ddebug_dump.proto3 package webrtc.audio_network_adaptor.debug_dump;
/external/tensorflow/tensorflow/python/debug/cli/
Doffline_analyzer.py40 debug_dump = debug_data.DebugDumpDir(
43 debug_dump,
Danalyzer_cli.py142 def __init__(self, debug_dump, config): argument
151 self._debug_dump = debug_dump
1583 def create_analyzer_ui(debug_dump, argument
1605 analyzer = DebugAnalyzer(debug_dump, config=config)
1654 for datum in debug_dump.dumped_tensor_data:
Danalyzer_cli_test.py1627 debug_dump = debug_data.DebugDumpDir(
1630 _, registry = create_analyzer_cli(debug_dump)
1739 debug_dump = debug_data.DebugDumpDir(
1743 _, cls._registry = create_analyzer_cli(debug_dump)
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c93 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()
/external/llvm-project/lldb/examples/python/
Dsymbolication.py265 def debug_dump(self): member in Image
Dcrashlog.py991 print(image.debug_dump())
/external/webrtc/modules/audio_coding/
DBUILD.gn845 sources = [ "audio_network_adaptor/debug_dump.proto" ]