Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ SrcMachineId
Method
SrcMachineId
oneflow/core/lazy/actor/actor_message.cpp:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
int64_t ActorMsg::SrcMachineId() const { return MachineId4ActorId(src_actor_id_); }
87
88
ActorCmd ActorMsg::actor_cmd() const {
89
CHECK_EQ(msg_type_, ActorMsgType::kCmdMsg);
Callers
1
HandlerNormal
Method · 0.80
Calls
1
MachineId4ActorId
Function · 0.85
Tested by
no test coverage detected