Update operators implementation
- adapt to core changes with Operator not refering to Tensors anymore - remove assertions already performed in abstract operators constructions - fix missing 'template' keyword prior to dependent template name 'dims'
parent
2a82fdb5
No related branches found
No related tags found
Showing
- src/operator/AddImpl.cpp 12 additions, 14 deletionssrc/operator/AddImpl.cpp
- src/operator/AvgPoolingImpl.cpp 1 addition, 1 deletionsrc/operator/AvgPoolingImpl.cpp
- src/operator/BatchNormImpl.cpp 1 addition, 1 deletionsrc/operator/BatchNormImpl.cpp
- src/operator/ConcatImpl.cpp 13 additions, 13 deletionssrc/operator/ConcatImpl.cpp
- src/operator/ConvDepthWiseImpl.cpp 2 additions, 2 deletionssrc/operator/ConvDepthWiseImpl.cpp
- src/operator/ConvImpl.cpp 1 addition, 1 deletionsrc/operator/ConvImpl.cpp
- src/operator/DivImpl.cpp 0 additions, 9 deletionssrc/operator/DivImpl.cpp
- src/operator/FCImpl.cpp 1 addition, 1 deletionsrc/operator/FCImpl.cpp
- src/operator/MatMulImpl.cpp 1 addition, 1 deletionsrc/operator/MatMulImpl.cpp
- src/operator/MaxPoolingImpl.cpp 1 addition, 1 deletionsrc/operator/MaxPoolingImpl.cpp
- src/operator/MulImpl.cpp 2 additions, 11 deletionssrc/operator/MulImpl.cpp
- src/operator/PadImpl.cpp 1 addition, 1 deletionsrc/operator/PadImpl.cpp
- src/operator/PowImpl.cpp 1 addition, 10 deletionssrc/operator/PowImpl.cpp
- src/operator/ProducerImpl.cpp 1 addition, 1 deletionsrc/operator/ProducerImpl.cpp
- src/operator/ReLUImpl.cpp 1 addition, 1 deletionsrc/operator/ReLUImpl.cpp
- src/operator/ScalingImpl.cpp 1 addition, 1 deletionsrc/operator/ScalingImpl.cpp
- src/operator/SliceImpl.cpp 36 additions, 36 deletionssrc/operator/SliceImpl.cpp
- src/operator/SubImpl.cpp 0 additions, 8 deletionssrc/operator/SubImpl.cpp
Loading
Please register or sign in to comment