TensorFlow Lite 最近发布了。代码库带有一个演示 ios 应用程序。
我想创建/运行相同的应用程序,但使用 Swift。我已按照以下步骤操作:
这还不够。
1)我认为我现在缺少的是一些桥接头。
2)我也不确定这些特定的 Obj-C 包含如何快速显示:
#include "tensorflow/contrib/lite/kernels/register.h"
#include "tensorflow/contrib/lite/model.h"
#include "tensorflow/contrib/lite/string_util.h"
#include "tensorflow/contrib/lite/tools/mutable_op_resolver.h"
3)打包好的ios app中必须要包含TensorFlow根目录(200+mb)吗?