sync ForwardType with current code

This commit is contained in:
Jules 2025-06-23 02:27:28 +00:00
parent 9f7addbb1c
commit fdb1ce073e
1 changed files with 3 additions and 0 deletions

View File

@ -458,7 +458,10 @@ table TensorDescribe {
enum ForwardType : byte {
CPU = 0,
METAL,
CUDA,
OPENCL,
AUTO,
NNAPI,
OPENGLES,
VULKAN,
}