您当前的位置: 首页 > 

FPGA硅农

暂无认证

  • 0浏览

    0关注

    282博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

ZYNQ HLS IP调用遇到的一个问题(已解决)

FPGA硅农 发布时间:2020-12-03 14:00:06 ,浏览量:0

#include
#include
#include"xconv.h"
#include
#include"xparameters.h"
#include"xil_cache.h"
#define factor 1024
#define C_in 64
#define C_out 64
#define Nin 30
#define Nout 30
#define K 5
void conv(float I[C_in][Nin][Nin],float W[C_out][C_in][K][K],float B[C_out],float O[C_out][Nout][Nout]){
	int i,j,m,n,kx,ky;
	for(i=0;i            
关注
打赏
1658642721
查看更多评论
0.0388s