Use the configuration of FP16 by default. (#1601)

This commit is contained in:
mpj1234 2024-11-28 14:15:52 +08:00 committed by GitHub
parent 3a40bbc184
commit b34d799da1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
//#define USE_FP16
#define USE_FP16
// #define USE_FP32
#define USE_INT8
// #define USE_INT8
const static char* kInputTensorName = "images";
const static char* kOutputTensorName = "output";