setGlobalExecutorConfig method
Implementation
void setGlobalExecutorConfig(ForwardType type, BackendConfig config, int numThreads) {
C.mnn_executor_set_global_executor_config(ptr, type.value, config.ref, numThreads);
}
void setGlobalExecutorConfig(ForwardType type, BackendConfig config, int numThreads) {
C.mnn_executor_set_global_executor_config(ptr, type.value, config.ref, numThreads);
}