| 88 | |
| 89 | |
| 90 | MNNForwardType getCurrentType() { |
| 91 | auto attr = MNN::Express::ExecutorScope::Current()->getAttr(); |
| 92 | return attr->firstType; |
| 93 | } |
| 94 | |
| 95 | std::shared_ptr<MNN::Express::Executor> cloneCurrentExecutor() { |
| 96 | auto attr = MNN::Express::ExecutorScope::Current()->getAttr(); |