android 中的工作 .tflite 模型不适用于 iOS 应用程序
它给了NULL
uint8_t* out = interpreter->typed_tensor<uint8_t>(input);
我可以知道out = NULL的所有可能性是什么
我可以知道tensorflow-lite上提供的示例的输入原因是什么,输入= 88,我得到输入= 27
int input = interpreter->inputs()[0];
android 中的工作 .tflite 模型不适用于 iOS 应用程序
它给了NULL
uint8_t* out = interpreter->typed_tensor<uint8_t>(input);
我可以知道out = NULL的所有可能性是什么
我可以知道tensorflow-lite上提供的示例的输入原因是什么,输入= 88,我得到输入= 27
int input = interpreter->inputs()[0];