isBackendSupport method

bool isBackendSupport(
  1. ForwardType type
)

Implementation

bool isBackendSupport(ForwardType type) {
  return C.mnn_runtime_manager_is_backend_support(ptr, type.value);
}