From b1fb4d6121ba97d749ea675b33b254f03a86a961 Mon Sep 17 00:00:00 2001 From: hanbuhe Date: Wed, 1 Aug 2018 19:43:12 +0800 Subject: [PATCH] fpga conv missing output --- src/fpga/api/fpga_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fpga/api/fpga_api.h b/src/fpga/api/fpga_api.h index 3192b47807..3db15c6ddc 100644 --- a/src/fpga/api/fpga_api.h +++ b/src/fpga/api/fpga_api.h @@ -81,6 +81,7 @@ struct ConvArgs { struct BNArgs bn; struct ImageInputArgs image; // input image; + struct ImageOutputArgs output; struct KernelArgs kernel; }; -- GitLab