Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_util.h115 inline string GrpcIdKey() { return "tf-rpc"; } in GrpcIdKey() function
Dgrpc_remote_master.cc116 ctx->AddMetadata(GrpcIdKey(), trace_id); in NewTraceRpc()
Dgrpc_master_service.cc292 auto it = metadata.find(GrpcIdKey()); in TraceRpc()