Caffe2 - C++ API
A deep learning, cross platform ML framework
GLImageAllocator.cc
1 
2 #include "IOSGLImageAllocator.h"
3 #include <arm_neon.h>
4 
5 template <typename T>
7  return new IOSGLImageAllocator<T>();
8 }
9