mirror of https://github.com/alibaba/MNN.git
sync ForwardType with current code
This commit is contained in:
parent
9f7addbb1c
commit
fdb1ce073e
|
@ -458,7 +458,10 @@ table TensorDescribe {
|
|||
enum ForwardType : byte {
|
||||
CPU = 0,
|
||||
METAL,
|
||||
CUDA,
|
||||
OPENCL,
|
||||
AUTO,
|
||||
NNAPI,
|
||||
OPENGLES,
|
||||
VULKAN,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue