Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h124 OP_REQUIRES_OK(context, context->GetAttr("gated_grpc", &gated_grpc_)); in BaseDebugOp()
160 if (gated_grpc_ && !DebugIO::IsDebugNodeGateOpen( in ApplyGrpcGating()
185 debug_urls_, gated_grpc_); in PublishTensor()
201 bool gated_grpc_; variable