Skip to content
Snippets Groups Projects
Commit f06fd92b authored by Matthew  Newson's avatar Matthew Newson
Browse files

Add for div operator

parent 2a06f059
No related branches found
No related tags found
1 merge request!33Add and modify operators to run the ConvNeXt onnx model
Pipeline #69191 passed
......@@ -19,7 +19,8 @@ typedef enum {
typedef enum {
Add,
Sub,
Mul
Mul,
Div
} ElemWise_T;
typedef enum {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment