MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Send

Method Send

tensorflow/core/framework/rendezvous.h:108–109  ·  view source on GitHub ↗

Send ref tensor

Source from the content-addressed store, hash-verified

106
107 // Send ref tensor
108 virtual Status Send(const ParsedKey& key, const Args& args, Tensor* ref_val,
109 mutex* ref_mu, const bool is_dead) { return Status::OK(); }
110
111 virtual Status FlowControlSend(const StringPiece& tag, const ParsedKey& key,
112 const Args& args, const Tensor& val,

Callers 3

TEST_FFunction · 0.45
BM_SendRecvFunction · 0.45
BM_PingPongFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
BM_SendRecvFunction · 0.36
BM_PingPongFunction · 0.36