Searched refs:GetRendezvousKey (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sendrecv_ops.cc | 35 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/ |
D | kernel_benchmark_testlib.cc | 117 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()
|
D | direct_session.cc | 135 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()
|