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

Method InferLocalSignatureIf

oneflow/core/operator/operator.cpp:953–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953Maybe<void> Operator::InferLocalSignatureIf(
954 std::function<Maybe<const LocalSigInferHint*>(const std::string&)> LocalSigInferHint4Ibn,
955 bool is_local_parallel_view_conf, const ParallelDesc& parallel_desc) {
956 return InferLocalSignature(std::move(LocalSigInferHint4Ibn), is_local_parallel_view_conf,
957 parallel_desc);
958}
959
960// Compute time complexity for given blob description and sbp signature.
961// Use function to replace the HashMap from logical blob id to blob description pointer.

Callers 3

InferLocalSignatureMethod · 0.80
InferLocalSignatureFunction · 0.80

Calls 1

InferLocalSignatureFunction · 0.85

Tested by

no test coverage detected