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

  /external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc 359 ASSERT_FALSE(DebugIO::IsDebugNodeGateOpen("foo:0:DebugIdentity",
363 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen(
379 DebugIO::IsDebugNodeGateOpen("foo:1:DebugIdentity", {kGrpcUrl1}));
381 DebugIO::IsDebugNodeGateOpen("foo:1:DebugNumericSummary", {kGrpcUrl1}));
383 DebugIO::IsDebugNodeGateOpen("qux:0:DebugIdentity", {kGrpcUrl1}));
384 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen("foo:0:DebugIdentity", {kGrpcUrl1}));
385 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen("bar:0:DebugIdentity", {kGrpcUrl1}));
389 DebugIO::IsDebugNodeGateOpen("foo:0:DebugIdentity", {kGrpcUrl2}));
391 DebugIO::IsDebugNodeGateOpen("bar:0:DebugIdentity", {kGrpcUrl2}));
394 ASSERT_TRUE(DebugIO::IsDebugNodeGateOpen("qux:0:DebugIdentity"
    [all...]
debug_io_utils.h 125 static bool IsDebugNodeGateOpen(const string& watch_key,
debug_io_utils.cc 532 bool DebugIO::IsDebugNodeGateOpen(const string& watch_key,
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
debug_ops.h 161 if (gated_grpc_ && !DebugIO::IsDebugNodeGateOpen(

Completed in 141 milliseconds