/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_utils.py | 29 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 …]
|
D | debug_utils_test.py | 96 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 …]
|
D | grpc_large_data_test.py | 73 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")
|
D | dist_session_debug_grpc_test.py | 147 debug_ops=["DebugIdentity"], 159 debug_ops=["DebugIdentity(gated_grpc=True)"], 212 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"p")
|
D | session_debug_grpc_test.py | 209 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"])
|
D | session_debug_testlib.py | 129 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 …]
|
D | debug_grappler_test.py | 80 debug_ops=["DebugIdentity"],
|
D | debug_data.py | 1373 debug_ops = self._debug_watches[device_name][node_name][watched_slot] 1374 for debug_op in debug_ops:
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 236 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 …]
|
D | hooks.py | 126 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)"])
|
D | dumping_wrapper_test.py | 242 debug_ops=["DebugIdentity", "DebugNumericSummary"], 291 debug_ops="DebugIdentity", tensor_dtype_regex_allowlist=".*_ref") 295 debug_ops="DebugIdentity",
|
D | grpc_wrapper.py | 196 debug_ops=["DebugIdentity(gated_grpc=true)"])
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_graph_utils.cc | 72 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, ©_node); in InsertNodes() 199 for (size_t i = 0; i < debug_ops.size(); ++i) { in InsertNodes() [all …]
|
D | debug_grpc_io_utils_test.cc | 121 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()
|
D | debug_grpc_testlib.cc | 76 debug_ops.push_back(debug_op); in SendEvents() 127 debug_ops.clear(); in ClearReceivedDebugData()
|
D | debug_grpc_testlib.h | 56 std::vector<string> debug_ops; variable
|
D | debug_graph_utils.h | 97 const string& tensor_name, const std::vector<string>& debug_ops,
|
D | BUILD | 80 "//tensorflow/core/kernels:debug_ops",
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | debug.proto | 28 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/ |
D | debugger_state_interface.cc | 40 for (const string& debug_op : watch.debug_ops()) { in SummarizeDebugTensorWatches()
|
/external/libcups/scheduler/ |
D | type.c | 56 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/ |
D | analyzer_cli_test.py | 626 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/ |
D | BUILD | 165 op_lib_names = ["debug_ops"],
|
/external/tensorflow/tensorflow/python/training/ |
D | monitored_session_test.py | 1824 debug_ops=['DebugIdentity'], 1830 debug_ops=['DebugIdentity'], 1865 debug_ops=['DebugIdentity'], 1872 debug_ops=['DebugIdentity'],
|
/external/tensorflow/tensorflow/core/kernels/ |
D | BUILD | 946 name = "debug_ops", 947 prefix = "debug_ops", 2038 ":debug_ops", 6401 "debug_ops.*",
|