基于SoC FPGA 用HLS编译全连接算子

用HLS编译全连接算子

    • 一、HLS编译代码
    • 二、编译命令
      • 1.先初始化hls环境
      • 2.指定开发平台为x86-64
      • 3.指定开发平台为CycloneV

一、HLS编译代码

#include "HLS/hls.h"
#include 

#include "input_0.h"

你可能感兴趣的:(SOC,FPGA,神经网络,深度学习)