caffe.cpp解析
来自链接:http://blog.csdn.net/u014114990/article/details/47747025
主要讲解:GetBrewFunction()函数定义如下,其返回BrewFunction函数指针。
g_brew_map实现过程,首先通过 typedef定义函数指针
g_brew_map定义
g_brew_map 初始化
typedef int (*funcptr)(); 什么意思
#define 宏定义
inline函数和用macro定义的函数区别