MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / machine_id

Method machine_id

oneflow/core/graph/task_node.h:55–55  ·  view source on GitHub ↗

Getters

Source from the content-addressed store, hash-verified

53
54 // Getters
55 int64_t machine_id() const { return machine_id_; }
56 int64_t thrd_id() const { return thrd_id_; }
57 int64_t task_id() const { return task_id_; }
58 const StreamId& stream_id() const;

Callers 9

MemZoneId121Method · 0.45
ForEachGpuDeviceNodesMethod · 0.45
SelectTaskNodeByRankMethod · 0.45
GetDistanceMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected