Caffe2 - C++ API
A deep learning, cross platform ML framework
ulp_neon.h
1 #pragma once
2 
3 #include "ulp.h"
4 
5 namespace caffe2 {
6 
7 constexpr size_t kGEMMTileSize = 64;
8 constexpr size_t kGEMMTileDepthBytes = 16;
9 
10 bool run2b1bConvNeon(QConvState* state, const ConvArgs& args, const TensorCPU& X, TensorCPU* Y);
11 }
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13