JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

Neural Net functions #36

Open davidbp opened 5 years ago

davidbp commented 5 years ago

I see here [https://developer.apple.com/documentation/accelerate/1642537-bnnsfiltercreateconvolutionlayer?language=objc#declarations] that Accelerate includes some Convolution instructions for neural networks:

BNNSFilterCreateConvolutionLayer

They don't seem to be in AppeAccelerate at the moment. Any plans to include them?