Home
last modified time | relevance | path

Searched refs:DebugWatchAndURLSpec (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_io_utils_test.cc445 {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 …]
Ddebug_io_utils.h39 struct DebugWatchAndURLSpec { struct
40 DebugWatchAndURLSpec(const string& watch_key, const string& url, in DebugWatchAndURLSpec() function
113 const std::vector<DebugWatchAndURLSpec>& specs);
Ddebug_io_utils.cc530 const std::vector<DebugWatchAndURLSpec>& specs) { in IsCopyNodeGateOpen()
532 for (const DebugWatchAndURLSpec& spec : specs) { in IsCopyNodeGateOpen()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h56 DebugWatchAndURLSpec(strings::StrCat(tensor_name_, ":", items[0]), in CopyOp()
115 std::vector<DebugWatchAndURLSpec> debug_op_and_url_specs_;