Home
last modified time | relevance | path

Searched refs:debug_ops (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_utils.py29 debug_ops="DebugIdentity", argument
70 if isinstance(debug_ops, str):
71 debug_ops = [debug_ops]
73 watch.debug_ops.extend(debug_ops)
84 debug_ops="DebugIdentity", argument
137 if not debug_ops:
142 if isinstance(debug_ops, str):
143 debug_ops = [debug_ops]
177 debug_ops=debug_ops,
194 debug_ops=debug_ops,
[all …]
Ddebug_utils_test.py96 self.assertEqual(expected_debug_ops, watch.debug_ops)
100 self.assertEqual(expected_debug_ops, watch.debug_ops)
122 self.assertEqual(["DebugIdentity"], watch_0.debug_ops)
123 self.assertEqual(["DebugIdentity"], watch_1.debug_ops)
134 debug_ops="DebugNanCount",
146 self.assertEqual(["DebugNanCount"], watch_0.debug_ops)
156 debug_ops=["DebugNanCount", "DebugIdentity"],
168 self.assertEqual(["DebugNanCount", "DebugIdentity"], watch_0.debug_ops)
178 debug_ops="DebugNanCount",
190 self.assertEqual(["DebugNanCount"], watch_0.debug_ops)
[all …]
Dgrpc_large_data_test.py73 debug_ops=["DebugIdentity"],
105 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
129 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
159 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
181 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
204 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
Ddist_session_debug_grpc_test.py147 debug_ops=["DebugIdentity"],
159 debug_ops=["DebugIdentity(gated_grpc=True)"],
212 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"p")
Dsession_debug_grpc_test.py209 debug_ops=["DebugIdentity", "DebugNumericSummary"],
400 debug_ops=["DebugIdentity(gated_grpc=true)",
473 debug_ops=["DebugIdentity(gated_grpc=true)"],
507 debug_ops=["DebugIdentity(gated_grpc=true)"],
553 debug_ops=["DebugIdentity(gated_grpc=true)"],
718 debug_ops=["DebugNumericSummary(gated_grpc=true)"],
722 debug_ops=["DebugIdentity"],
753 return framework.WatchOptions(debug_ops=["DebugIdentity"])
Dsession_debug_testlib.py129 debug_ops="DebugIdentity", argument
157 debug_ops=debug_ops,
906 debug_ops=["DebugIdentity"],
1196 debug_ops=["DebugIdentity"],
1241 sess, c, debug_ops=["DebugNumericSummary"])
1255 sess, a.initializer, debug_ops=["DebugNumericSummary"])
1296 debug_ops=["DebugNumericSummary"],
1304 sess, m, debug_ops=["DebugNumericSummary"],
1329 debug_ops=["DebugNumericSummary(foo=1.0)"],
1341 debug_ops=["DebugNumericSummary(foo=1.0; bar=false)"],
[all …]
Ddebug_grappler_test.py80 debug_ops=["DebugIdentity"],
Ddebug_data.py1373 debug_ops = self._debug_watches[device_name][node_name][watched_slot]
1374 for debug_op in debug_ops:
/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py236 debug_ops="DebugIdentity", argument
265 self.debug_ops = debug_ops
547 debug_ops=run_start_resp.debug_ops,
708 debug_ops="DebugIdentity", argument
737 debug_ops=debug_ops,
839 debug_ops=None, argument
866 if debug_ops:
867 self.debug_ops = debug_ops
869 self.debug_ops = ["DebugIdentity"]
880 (self.debug_ops, self.node_name_regex_allowlist,
[all …]
Dhooks.py126 debug_ops=on_run_start_response.debug_ops,
207 debug_ops=watch_options.debug_ops,
294 debug_ops=watch_options.debug_ops,
338 debug_ops=["DebugIdentity(gated_grpc=true)"])
Ddumping_wrapper_test.py242 debug_ops=["DebugIdentity", "DebugNumericSummary"],
291 debug_ops="DebugIdentity", tensor_dtype_regex_allowlist=".*_ref")
295 debug_ops="DebugIdentity",
Dgrpc_wrapper.py196 debug_ops=["DebugIdentity(gated_grpc=true)"])
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc72 if (watch.debug_ops().empty()) { in InsertNodes()
83 watch.debug_ops().begin(), in InsertNodes()
84 watch.debug_ops().end()); in InsertNodes()
108 std::vector<string> debug_ops; in InsertNodes() local
109 for (const string& debug_op : watch.debug_ops()) { in InsertNodes()
110 debug_ops.push_back(debug_op); in InsertNodes()
113 tensor_watches[tensor_name] = debug_ops; in InsertNodes()
176 const std::vector<string> debug_ops = explicit_tensor_match in InsertNodes() local
186 debug_ops, debug_urls, &copy_node); in InsertNodes()
199 for (size_t i = 0; i < debug_ops.size(); ++i) { in InsertNodes()
[all …]
Ddebug_grpc_io_utils_test.cc121 ASSERT_EQ(1, server_data.server->debug_ops.size()); in TEST_F()
125 EXPECT_EQ(kDebugNodeKey.debug_op, server_data.server->debug_ops[0]); in TEST_F()
141 ASSERT_EQ(1, server_data_.server->debug_ops.size()); in TEST_F()
145 EXPECT_EQ(kDebugNodeKey.debug_op, server_data_.server->debug_ops[0]); in TEST_F()
295 ASSERT_EQ(1, server_data_.server->debug_ops.size()); in TEST_F()
301 EXPECT_EQ(kDebugNodeKey.debug_op, server_data_.server->debug_ops[0]); in TEST_F()
345 ASSERT_EQ(1, server_data_.server->debug_ops.size()); in TEST_F()
351 EXPECT_EQ(kDebugNodeKey.debug_op, server_data_.server->debug_ops[0]); in TEST_F()
Ddebug_grpc_testlib.cc76 debug_ops.push_back(debug_op); in SendEvents()
127 debug_ops.clear(); in ClearReceivedDebugData()
Ddebug_grpc_testlib.h56 std::vector<string> debug_ops; variable
Ddebug_graph_utils.h97 const string& tensor_name, const std::vector<string>& debug_ops,
DBUILD80 "//tensorflow/core/kernels:debug_ops",
/external/tensorflow/tensorflow/core/protobuf/
Ddebug.proto28 repeated string debug_ops = 3; field
41 // Each debug op listed in debug_ops will publish its output tensor (debug
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.cc40 for (const string& debug_op : watch.debug_ops()) { in SummarizeDebugTensorWatches()
/external/libcups/scheduler/
Dtype.c56 static const char * const debug_ops[] = variable
499 debug_ops[op], op, debug_ops[logic], invert)); in mimeAddTypeRule()
1166 rules, debug_ops[rules->op], result)); in mime_check_rules()
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py626 debug_ops=["DebugIdentity"],
1619 debug_ops=["DebugIdentity"],
1652 debug_ops=["DebugIdentity"],
1732 debug_ops=["DebugIdentity"],
2049 watch.debug_ops.append("DebugIdentity")
/external/tensorflow/tensorflow/core/ops/
DBUILD165 op_lib_names = ["debug_ops"],
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py1824 debug_ops=['DebugIdentity'],
1830 debug_ops=['DebugIdentity'],
1865 debug_ops=['DebugIdentity'],
1872 debug_ops=['DebugIdentity'],
/external/tensorflow/tensorflow/core/kernels/
DBUILD946 name = "debug_ops",
947 prefix = "debug_ops",
2038 ":debug_ops",
6401 "debug_ops.*",