setGlobalExecutorConfig method

void setGlobalExecutorConfig(
  1. ForwardType type,
  2. BackendConfig config,
  3. int numThreads
)

Implementation

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