Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_io_utils_test.cc359 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 …]
Ddebug_io_utils.h125 static bool IsDebugNodeGateOpen(const string& watch_key,
Ddebug_io_utils.cc548 bool DebugIO::IsDebugNodeGateOpen(const string& watch_key, in IsDebugNodeGateOpen() function in tensorflow::DebugIO
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h161 if (gated_grpc_ && !DebugIO::IsDebugNodeGateOpen( in ApplyGrpcGating()