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

Method RecvValue

tensorflow/core/distributed_runtime/message_wrappers.cc:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632Status InMemoryRunGraphResponse::RecvValue(size_t i, TensorProto* out_tensor) {
633 recvs_[i].second.AsProtoTensorContent(out_tensor);
634 return Status::OK();
635}
636
637Status InMemoryRunGraphResponse::RecvValue(size_t i, Tensor* out_tensor) {
638 *out_tensor = recvs_[i].second;

Callers 4

ComputeAsyncMethod · 0.80
CheckRunGraphResponseFunction · 0.80

Calls 5

ParseTensorProtoToTensorFunction · 0.85
InvalidArgumentFunction · 0.85
AsProtoTensorContentMethod · 0.80
SwapMethod · 0.45
tensorMethod · 0.45

Tested by 1

CheckRunGraphResponseFunction · 0.64