Added missed ops include header (#584)

Include cumsum, mod, maxpool3d, grucell, UnidirectionalSequanceGRU header file in
ops.h

Type:  Code Improvement

Signed-off-by: Feiyue Chen <Feiyue.Chen@verisilicon.com>
This commit is contained in:
Chen Feiyue 2023-05-16 15:59:16 +08:00 committed by GitHub
parent 3c372dd646
commit 3f83db534d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -102,5 +102,10 @@
#include "tim/vx/ops/bidirectional_sequence_lstm.h"
#include "tim/vx/ops/hashtable_lookup.h"
#include "tim/vx/ops/embedding_lookup.h"
#include "tim/vx/ops/cumsum.h"
#include "tim/vx/ops/mod.h"
#include "tim/vx/ops/max_pool3d.h"
#include "tim/vx/ops/unidirectional_sequence_gru.h"
#include "tim/vx/ops/grucell.h"
#endif /* TIM_VX_OPS_H_ */