#include
#include
#include
using namespace std;
typedef double dtype;
void kernel_reshape(dtype* weight_in,dtype* weight_out,int K,int C,int N) //N*K*K*C->(K*K*C)*N
{
for(int i=0;i
关注
打赏
卷积运算的im2col实现
立即登录/注册


微信扫码登录