您当前的位置: 首页 > 

FPGA硅农

暂无认证

  • 2浏览

    0关注

    282博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

卷积运算的im2col实现

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

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