Skip to content

Commit

Permalink
[onert-micro] Toggle Shape in KernelsToBuild.lst
Browse files Browse the repository at this point in the history
Shape operator alreadyt implemented in repo, but was not included in KernelsToBuild.lst

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee committed Dec 24, 2024
1 parent a850110 commit 58b67c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onert-micro/onert-micro/include/pal/mcu/KernelsToBuild.lst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ REGISTER_KERNEL(MAXIMUM, Maximum)
#/*REGISTER_KERNEL(MEAN, Mean)*/
REGISTER_KERNEL(MAX_POOL_2D, MaxPool2D)
REGISTER_KERNEL(MINIMUM, Minimum)
#/*REGISTER_KERNEL(SHAPE, Shape)*/
REGISTER_KERNEL(SHAPE, Shape)
REGISTER_KERNEL(NOT_EQUAL, NotEqual)
REGISTER_KERNEL(SIN, Sin)
REGISTER_KERNEL(SQUARED_DIFFERENCE, SquaredDifference)
Expand Down

0 comments on commit 58b67c6

Please sign in to comment.