HomeSort by relevance Sort by last modified time
    Searched refs:debug_ops (Results 1 - 18 of 18) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
debug_utils.py 29 debug_ops="DebugIdentity",
47 debug_ops: (`str` or `list` of `str`) name(s) of the debug op(s). Can be a
70 if isinstance(debug_ops, str):
71 debug_ops = [debug_ops]
73 watch.debug_ops.extend(debug_ops)
84 debug_ops="DebugIdentity",
108 debug_ops: (`str` or `list` of `str`) name(s) of the debug op(s) to use.
135 if isinstance(debug_ops, str)
    [all...]
debug_utils_test.py 76 output_slot, debug_ops and debug_urls.
92 self.assertEqual(expected_debug_ops, watch.debug_ops)
114 self.assertEqual(["DebugIdentity"], watch_0.debug_ops)
115 self.assertEqual(["DebugIdentity"], watch_1.debug_ops)
126 debug_ops="DebugNanCount",
138 self.assertEqual(["DebugNanCount"], watch_0.debug_ops)
148 debug_ops=["DebugNanCount", "DebugIdentity"],
160 self.assertEqual(["DebugNanCount", "DebugIdentity"], watch_0.debug_ops)
170 debug_ops="DebugNanCount",
182 self.assertEqual(["DebugNanCount"], watch_0.debug_ops)
    [all...]
dist_session_debug_grpc_test.py 142 debug_ops=["DebugIdentity"],
154 debug_ops=["DebugIdentity(gated_grpc=True)"],
207 debug_ops=["DebugIdentity"],
session_debug_grpc_test.py 217 debug_ops=["DebugIdentity", "DebugNumericSummary"],
357 debug_ops=["DebugIdentity"],
386 debug_ops=["DebugIdentity"],
408 debug_ops=["DebugIdentity"],
436 debug_ops=["DebugIdentity"],
456 debug_ops=["DebugIdentity"],
477 debug_ops=["DebugIdentity"],
566 debug_ops=["DebugIdentity(gated_grpc=true)",
638 debug_ops=["DebugIdentity(gated_grpc=true)"],
671 debug_ops=["DebugIdentity(gated_grpc=true)"]
    [all...]
session_debug_testlib.py 128 debug_ops="DebugIdentity",
139 debug_ops: name(s) of the debug ops to be used.
156 debug_ops=debug_ops,
    [all...]
debug_data.py     [all...]
  /external/tensorflow/tensorflow/python/debug/wrappers/
framework.py 251 debug_ops="DebugIdentity",
263 debug_ops: (`str` or `list` of `str`) Debug op(s) to be used by the
280 self.debug_ops = debug_ops
473 debug_ops=run_start_resp.debug_ops,
607 debug_ops="DebugIdentity",
621 debug_ops: (str or list of str) debug op(s) to be used by the debugger.
636 debug_ops=debug_ops,
    [all...]
hooks.py 116 debug_ops=on_run_start_response.debug_ops,
207 debug_ops=watch_options.debug_ops,
293 debug_ops=watch_options.debug_ops,
337 debug_ops=["DebugIdentity(gated_grpc=true)"])
grpc_wrapper.py 199 debug_ops=["DebugIdentity(gated_grpc=true)"])
dumping_wrapper_test.py 242 debug_ops=["DebugIdentity", "DebugNumericSummary"],
291 debug_ops="DebugIdentity",
296 debug_ops="DebugIdentity",
  /external/tensorflow/tensorflow/core/common_runtime/
debugger_state_interface.cc 40 for (const string& debug_op : watch.debug_ops()) {
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.h 97 const string& tensor_name, const std::vector<string>& debug_ops,
debug_grpc_testlib.h 56 std::vector<string> debug_ops; member in class:tensorflow::test::final
debug_graph_utils.cc 74 if (watch.debug_ops().empty()) {
81 std::vector<string> debug_ops; local
82 for (const string& debug_op : watch.debug_ops()) {
83 debug_ops.push_back(debug_op);
86 tensor_watches[tensor_name] = debug_ops;
269 const string& tensor_name, const std::vector<string>& debug_ops,
279 // Cross debug_ops and debug_urls to get the list of debug ops and watches.
281 for (const string& debug_op : debug_ops) {
debug_grpc_io_utils_test.cc 121 ASSERT_EQ(1, server_data.server->debug_ops.size());
125 EXPECT_EQ(kDebugNodeKey.debug_op, server_data.server->debug_ops[0]);
141 ASSERT_EQ(1, server_data_.server->debug_ops.size());
145 EXPECT_EQ(kDebugNodeKey.debug_op, server_data_.server->debug_ops[0]);
295 ASSERT_EQ(1, server_data_.server->debug_ops.size());
301 EXPECT_EQ(kDebugNodeKey.debug_op, server_data_.server->debug_ops[0]);
345 ASSERT_EQ(1, server_data_.server->debug_ops.size());
351 EXPECT_EQ(kDebugNodeKey.debug_op, server_data_.server->debug_ops[0]);
debug_grpc_testlib.cc 75 debug_ops.push_back(debug_op);
126 debug_ops.clear();
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli_test.py 624 debug_ops=["DebugIdentity"],
    [all...]
  /external/tensorflow/tensorflow/python/training/
monitored_session_test.py     [all...]

Completed in 83 milliseconds