我正在尝试使用 TensorflowLite GPU委托在 Xcode 中为iOS应用构建c ++库,该应用在GPU中运行某些模型。
我使用的TensorflowLite库与git(相机)上TensorFlowLite的示例文件夹中提供的库相同,因此可以使用。我可以构建并运行相机示例。
Undefined symbols for architecture arm64:
"NewGpuDelegate(GpuDelegateOptions const*)", referenced from:
MyCNN2D::process(DetectionRRectResult) in Mylib-arm64-master.o
但是我得到这个错误:
体系结构arm64的未定义符号: “ NewGpuDelegate(GpuDelegateOptions const *)”