Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ GetOpParallelDesc
Method
GetOpParallelDesc
oneflow/core/operator/operator.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
Maybe<const ParallelDesc> Operator::GetOpParallelDesc() const {
158
CHECK_OR_RETURN(op_parallel_desc_);
159
return op_parallel_desc_;
160
}
161
162
namespace {
163
Callers
11
InferOutBlobDescs
Method · 0.95
CheckOpBlobSplitability
Method · 0.80
UserOpInferContext
Class · 0.80
parallel_num
Method · 0.80
parallel_num
Method · 0.80
parallel_num
Method · 0.80
parallel_num
Method · 0.80
UserOpInferNdSbpFnContext
Class · 0.80
UserOpGetNdSbpSignatureListContext
Class · 0.80
CheckPhysicalBlobDesc
Function · 0.80
InferPhysicalBlobDesc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected