Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (39 loc) · 4.52 KB

caffe-operators.md

File metadata and controls

41 lines (39 loc) · 4.52 KB

Supported caffe operators

operator caffe2onnx v1.* (onnx 1.4.0) caffe2onnx v2.* (onnx 1.6.0)
Add -
Axpy -
BatchNorm
Clip -
Concat
Conv
ConvTranspose
Crop -
DetectionOutput -
Dropout
Eltwise
Flatten -
Gemm
InstanceNorm -
Interp -
Log -
LpNormalization -
LRN
Min -
Mul -
Pooling
Power -
PRelu
PriorBox -
ReLU
Reshape
Resize -
Shuffle -
Sigmoid -
Slice -
Softmax
Tanh -
Transpose -
UnPooling
Upsample

If you want add an op which is not supported by this repo, you can look up to docs ofr onnx v1.4.0 or onnx v1.6.0 and add your own op by following the other existing ops in src/OPs.