Support Android NNAPI. (#622)

This commit is contained in:
Fangjun Kuang
2024-03-01 16:39:48 +08:00
committed by GitHub
parent f9db33c926
commit e2397cd1a4
4 changed files with 73 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ enum class Provider {
kCUDA = 1, // CUDAExecutionProvider
kCoreML = 2, // CoreMLExecutionProvider
kXnnpack = 3, // XnnpackExecutionProvider
kNNAPI = 4, // NnapiExecutionProvider
};
/**