您当前的位置: 首页 > 

卷积运算的im2col实现

FPGA硅农 发布时间:2021-02-10 23:40:51 ,浏览量:3

#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            
关注
打赏
1688896170
查看更多评论
0.0480s