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 {
|
enum ForwardType : byte {
|
||||||
CPU = 0,
|
CPU = 0,
|
||||||
METAL,
|
METAL,
|
||||||
|
CUDA,
|
||||||
OPENCL,
|
OPENCL,
|
||||||
|
AUTO,
|
||||||
|
NNAPI,
|
||||||
OPENGLES,
|
OPENGLES,
|
||||||
VULKAN,
|
VULKAN,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue