Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops.cc35 static void GetRendezvousKey(const string& key_prefix, in GetRendezvousKey() function
70 GetRendezvousKey(key_prefix_, {0, 0}, &parsed_key_.buf_); in SendOp()
99 GetRendezvousKey(key_prefix_, frame_iter, &in_loop_parsed.buf_); in Compute()
138 GetRendezvousKey(key_prefix_, {0, 0}, &parsed_key_.buf_); in RecvOp()
187 GetRendezvousKey(key_prefix_, frame_iter, &in_loop_parsed.buf_); in ComputeAsync()
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc117 string GetRendezvousKey(const Node* node) { in GetRendezvousKey() function
141 in.push_back({GetRendezvousKey(p.first), p.second}); in RunWithArgs()
146 out.push_back(GetRendezvousKey(n)); in RunWithArgs()
Ddirect_session.cc135 string GetRendezvousKey(const string& tensor_name, in GetRendezvousKey() function
1331 ek->input_name_to_rendezvous_key[input] = GetRendezvousKey( in CreateExecutors()
1337 GetRendezvousKey(output, device_set_.client_device()->attributes(), in CreateExecutors()