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

Method GetTracemeId

tensorflow/core/framework/run_handler.cc:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 int64 GetTracemeId() { return traceme_id_.load(std::memory_order_relaxed); }
193
194 void SetTracemeId(int64 value) { traceme_id_ = value; }
195 void SetRank(int64 value) { rank_ = value; }

Callers 5

AddWorkToQueueMethod · 0.80
WorkerLoopMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected