| 951 | } |
| 952 | |
| 953 | Maybe<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. |
no test coverage detected