You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is so weird since the error message shows the error happens at creating the new OP, and the function CreateSliceOnnx() is generated under schema/current/CaffeOp_generated.h
Any ideas on this? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Platform:
Ubuntu 18.04 & MacOS 13.0 Ventura
So basically, I want to add a new op to MNN and I got segmentation fault, which doesn't quite make sense to me and it has bothered me for a while.
What I did:
enum OpType
;union OpParameter
;table SliceOnnx { starts:[int]; ends:[int]; axes:[int]; steps:[int]; }
to
CaffeOps.fbs
tools/converter/source/optimizer/onnxextra
tools/converter/source/onnx
with:The compilation works fine but when I call the MNNConvert, it gives me the following error messge with LLDB:
This is so weird since the error message shows the error happens at creating the new OP, and the function
CreateSliceOnnx()
is generated underschema/current/CaffeOp_generated.h
Any ideas on this? Thanks in advance.
The text was updated successfully, but these errors were encountered: