Post

Replies

Boosts

Views

Activity

Comment on Undefined symbols for architecture arm64: "(extension in Accelerate)
Hi, Thanks for your prompt response. macOS version is 12.1. c.withUnsafeMutableBufferPointer{ buf in ... }, buf is simply c. Yes, it is a funny code. While using release build, I din't realize that withUnsafeMutableBufferPointer() was not necessary because it could be built and ran fine. I have eliminated withUnsafeMutableBufferPointer() from the code. Thanks for your pointing that out. But for debug build, it still produces Undefined symbol error. Hikaru
Feb ’22
Comment on Undefined symbols for architecture arm64: "(extension in Accelerate)
Hi, Thanks for your prompt response. macOS version is 12.1. c.withUnsafeMutableBufferPointer{ buf in ... }, buf is simply c. Yes, it is a funny code. While using release build, I din't realize that withUnsafeMutableBufferPointer() was not necessary because it could be built and ran fine. I have eliminated withUnsafeMutableBufferPointer() from the code. Thanks for your pointing that out. But for debug build, it still produces Undefined symbol error. Hikaru
Replies
Boosts
Views
Activity
Feb ’22
Comment on Core ML on iOS 15 consumes much larger memory for prediction
I just added #include <os/proc.h> in the bridging header. nothing else at all. Still works fine for me.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Dec ’21