Searched refs:DebugWatchAndURLSpec (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_io_utils_test.cc | 445 {DebugWatchAndURLSpec(kWatch1, kGrpcUrl1, true)})); in TEST_F() 447 {DebugWatchAndURLSpec(kWatch1, kGrpcUrl1, false)})); in TEST_F() 451 {DebugWatchAndURLSpec("foo:0:DebugIdentity", kGrpcUrl1, true), in TEST_F() 452 DebugWatchAndURLSpec("foo:0:DebugIdentity", "file:///tmp/tfdbg_1", in TEST_F() 465 {DebugWatchAndURLSpec(kWatch1, kGrpcUrl1, true)})); in TEST_F() 468 {DebugWatchAndURLSpec(kWatch1, kGrpcUrl2, true)})); in TEST_F() 470 {DebugWatchAndURLSpec(kWatch1, kGrpcUrl2, false)})); in TEST_F() 473 {DebugWatchAndURLSpec(kWatch2, kGrpcUrl1, true)})); in TEST_F() 475 {DebugWatchAndURLSpec(kWatch2, kGrpcUrl1, false)})); in TEST_F() 478 {DebugWatchAndURLSpec(kWatch1, kGrpcUrl1, true), in TEST_F() [all …]
|
D | debug_io_utils.h | 39 struct DebugWatchAndURLSpec { struct 40 DebugWatchAndURLSpec(const string& watch_key, const string& url, in DebugWatchAndURLSpec() function 113 const std::vector<DebugWatchAndURLSpec>& specs);
|
D | debug_io_utils.cc | 530 const std::vector<DebugWatchAndURLSpec>& specs) { in IsCopyNodeGateOpen() 532 for (const DebugWatchAndURLSpec& spec : specs) { in IsCopyNodeGateOpen()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops.h | 56 DebugWatchAndURLSpec(strings::StrCat(tensor_name_, ":", items[0]), in CopyOp() 115 std::vector<DebugWatchAndURLSpec> debug_op_and_url_specs_;
|