summaryrefslogtreecommitdiff
path: root/compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst')
-rw-r--r--compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst b/compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst
index d134a6b95..f0df58db3 100644
--- a/compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst
+++ b/compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst
@@ -12,6 +12,7 @@ REGISTER_KERNEL(Div)
REGISTER_KERNEL(Elu)
REGISTER_KERNEL(Exp)
REGISTER_KERNEL(ExpandDims)
+REGISTER_KERNEL(Fill)
REGISTER_KERNEL(Floor)
REGISTER_KERNEL(FloorDiv)
REGISTER_KERNEL(Equal)
@@ -44,6 +45,7 @@ REGISTER_KERNEL(Reshape)
REGISTER_KERNEL(ResizeBilinear)
REGISTER_KERNEL(ResizeNearestNeighbor)
REGISTER_KERNEL(Rsqrt)
+REGISTER_KERNEL(Shape)
REGISTER_KERNEL(Softmax)
REGISTER_KERNEL(SpaceToBatchND)
REGISTER_KERNEL(SpaceToDepth)