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

Method set_step_id

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

Source from the content-addressed store, hash-verified

315int64 InMemoryRunGraphRequest::step_id() const { return step_id_; }
316
317void InMemoryRunGraphRequest::set_step_id(int64 step_id) { step_id_ = step_id; }
318
319const ExecutorOpts& InMemoryRunGraphRequest::exec_opts() const {
320 return exec_opts_;

Callers 15

InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
GdrRecvTensorCallMethod · 0.80
RecvBufCallMethod · 0.80
RecvTensorMethod · 0.80
RecordStepMethod · 0.80
RecordTensorOutputMethod · 0.80
RecordRawAllocationMethod · 0.80
RecordRawDeallocationMethod · 0.80

Calls

no outgoing calls

Tested by 1

BuildRunGraphRequestFunction · 0.64