MCPcopy 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
157Maybe<const ParallelDesc> Operator::GetOpParallelDesc() const {
158 CHECK_OR_RETURN(op_parallel_desc_);
159 return op_parallel_desc_;
160}
161
162namespace {
163

Callers 11

InferOutBlobDescsMethod · 0.95
UserOpInferContextClass · 0.80
parallel_numMethod · 0.80
parallel_numMethod · 0.80
parallel_numMethod · 0.80
parallel_numMethod · 0.80
CheckPhysicalBlobDescFunction · 0.80
InferPhysicalBlobDescFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected