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:
parent
3c372dd646
commit
3f83db534d
|
|
@ -102,5 +102,10 @@
|
||||||
#include "tim/vx/ops/bidirectional_sequence_lstm.h"
|
#include "tim/vx/ops/bidirectional_sequence_lstm.h"
|
||||||
#include "tim/vx/ops/hashtable_lookup.h"
|
#include "tim/vx/ops/hashtable_lookup.h"
|
||||||
#include "tim/vx/ops/embedding_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_ */
|
#endif /* TIM_VX_OPS_H_ */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue