Searched refs:IsDebugNodeGateOpen (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_io_utils_test.cc | 359 ASSERT_FALSE(DebugIO::IsDebugNodeGateOpen("foo:0:DebugIdentity", in TEST_F() 363 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen( in TEST_F() 379 DebugIO::IsDebugNodeGateOpen("foo:1:DebugIdentity", {kGrpcUrl1})); in TEST_F() 381 DebugIO::IsDebugNodeGateOpen("foo:1:DebugNumericSummary", {kGrpcUrl1})); in TEST_F() 383 DebugIO::IsDebugNodeGateOpen("qux:0:DebugIdentity", {kGrpcUrl1})); in TEST_F() 384 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen("foo:0:DebugIdentity", {kGrpcUrl1})); in TEST_F() 385 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen("bar:0:DebugIdentity", {kGrpcUrl1})); in TEST_F() 389 DebugIO::IsDebugNodeGateOpen("foo:0:DebugIdentity", {kGrpcUrl2})); in TEST_F() 391 DebugIO::IsDebugNodeGateOpen("bar:0:DebugIdentity", {kGrpcUrl2})); in TEST_F() 394 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen("qux:0:DebugIdentity", in TEST_F() [all …]
|
D | debug_io_utils.h | 125 static bool IsDebugNodeGateOpen(const string& watch_key,
|
D | debug_io_utils.cc | 548 bool DebugIO::IsDebugNodeGateOpen(const string& watch_key, in IsDebugNodeGateOpen() function in tensorflow::DebugIO
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops.h | 161 if (gated_grpc_ && !DebugIO::IsDebugNodeGateOpen( in ApplyGrpcGating()
|