Fixed typing error and added missed opheader (#673)
Correct file name of moments operation Added groupedconv1d header in ops.h Type: Code Improvement Signed-off-by: Feiyue Chen <Feiyue.Chen@verisilicon.com>
This commit is contained in:
parent
4f4f6cd6dc
commit
9b945633d7
|
|
@ -47,6 +47,7 @@
|
|||
#include "tim/vx/ops/gather_elements.h"
|
||||
#include "tim/vx/ops/gathernd.h"
|
||||
#include "tim/vx/ops/groupedconv2d.h"
|
||||
#include "tim/vx/ops/groupedconv1d.h"
|
||||
#include "tim/vx/ops/instancenormalization.h"
|
||||
#include "tim/vx/ops/l2normalization.h"
|
||||
#include "tim/vx/ops/layernormalization.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue