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:
Chen Feiyue 2024-01-03 09:47:47 +08:00 committed by GitHub
parent 4f4f6cd6dc
commit 9b945633d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
#include "tim/vx/ops/gather_elements.h" #include "tim/vx/ops/gather_elements.h"
#include "tim/vx/ops/gathernd.h" #include "tim/vx/ops/gathernd.h"
#include "tim/vx/ops/groupedconv2d.h" #include "tim/vx/ops/groupedconv2d.h"
#include "tim/vx/ops/groupedconv1d.h"
#include "tim/vx/ops/instancenormalization.h" #include "tim/vx/ops/instancenormalization.h"
#include "tim/vx/ops/l2normalization.h" #include "tim/vx/ops/l2normalization.h"
#include "tim/vx/ops/layernormalization.h" #include "tim/vx/ops/layernormalization.h"