fix gather_element operation input num issue (#388)

Change-Id: Id2e685cf6993776e6674f528b71eb842420b16ad

 Author:    Xia Kaihong <kaihong.xia@verisilicon.com>
 Date:      Thu Apr 14 16:23:16 2022 +0800
This commit is contained in:
chxin66 2022-05-06 09:31:14 +08:00 committed by GitHub
parent c6847981e6
commit 60cfea53a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ typedef struct _gather_elements_local_data_t {
/*
Declare number of input and output.
*/
#define _INPUT_NUM (1)
#define _INPUT_NUM (2)
#define _OUTPUT_NUM (1)
static vsi_status op_compute