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

Method Send

tensorflow/core/kernels/sendrecv_ops_test.cc:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28// errors that would arise from running either benchmark in a loop.
29class DummyRendezvous : public Rendezvous {
30 Status Send(const ParsedKey& key, const Args& args, const Tensor& val,
31 const bool is_dead) override {
32 return Status::OK();
33 }
34 void RecvAsync(const ParsedKey& key, const Args& args,
35 DoneCallback done) override {
36 static Tensor* t = new Tensor(DT_FLOAT, TensorShape({0}));

Callers 8

ComputeMethod · 0.45
SendTotalBytesMethod · 0.45
SendShapeMethod · 0.45
SendStringMethod · 0.45
ComputeMethod · 0.45
SendUInt64MetaMsgMethod · 0.45
SendScalarShapeMethod · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected