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:
parent
c6847981e6
commit
60cfea53a0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue