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

Method set_request_id

tensorflow/core/distributed_runtime/message_wrappers.cc:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395int64 InMemoryRunGraphRequest::request_id() const { return request_id_; }
396
397void InMemoryRunGraphRequest::set_request_id(int64 request_id) {
398 request_id_ = request_id;
399}
400
401const RunGraphRequest& InMemoryRunGraphRequest::ToProto() const {
402 if (!proto_version_) {

Callers 15

InitMethod · 0.80
GdrRecvTensorCallMethod · 0.80
RecvBufCallMethod · 0.80
RecvTensorMethod · 0.80
RecvBufCallMethod · 0.80
TrackUniqueFunction · 0.80
CreateRunStepRequestMethod · 0.80
RunPartitionsHelperMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by 1

TrackUniqueFunction · 0.64