Commits on Source (39)
-
Franck Galpin authored
-
Franck Galpin authored
remove line during debug See merge request !55
-
Franck Galpin authored
-
Franck Galpin authored
More utests See merge request !54
-
Franck Galpin authored
-
Franck Galpin authored
-
Franck Galpin authored
add nb parameters in Const layers See merge request !57
-
Nianxiang Fu authored
-
-
Franck Galpin authored
Fix NNVC issue 87: build in ARM See merge request !58
-
Franck Galpin authored
extend layer maxpool See merge request jvet-ahg-nnvc/sadl!60
-
-
Franck Galpin authored
JVET-AH0080: modification for conv1x3 and conv3x1 with stride 2 and groups > 1 See merge request !65
-
Franck Galpin authored
-
Franck Galpin authored
correct issue on mac os build See merge request !67
-
Franck Galpin authored
-
Franck Galpin authored
add skip border test See merge request !68
-
Franck Galpin authored
-
Franck Galpin authored
put back corrections missing in last MR See merge request !69
-
Franck Galpin authored
-
Franck Galpin authored
-
Franck Galpin authored
Pass utests again See merge request !70
-
Franck Galpin authored
quick fix for remaining debug code
-
Franck Galpin authored
-
Franck Galpin authored
also detect overflow on accumulator using the macro DEBUG_OVERFLOW Closes #29 See merge request !71
-
Franck Galpin authored
-
Franck Galpin authored
add mac per layer info See merge request !72
-
-
Franck Galpin authored
new layer minimum See merge request !61
-
-
Franck Galpin authored
Matrix utest See merge request !75
-
-
Franck Galpin authored
Msvc compilation See merge request !76
-
-
Franck Galpin authored
Ci for msvc See merge request !77
-
-
Franck Galpin authored
JVET-AH0096: content-adaptive loop filter See merge request !74
-
Franck Galpin authored
-
Franck Galpin authored
change code to pass more strict warnings in msvc See merge request !78
Showing
- .gitlab-ci.yml 29 additions, 0 deletions.gitlab-ci.yml
- converter/main.py 110 additions, 5 deletionsconverter/main.py
- sadl/interpolation_utils.h 5 additions, 5 deletionssadl/interpolation_utils.h
- sadl/layer.h 2 additions, 1 deletionsadl/layer.h
- sadl/layer_compare.h 56 additions, 1 deletionsadl/layer_compare.h
- sadl/layer_concat.h 4 additions, 2 deletionssadl/layer_concat.h
- sadl/layer_conv2d.h 8 additions, 7 deletionssadl/layer_conv2d.h
- sadl/layer_expand.h 1 addition, 1 deletionsadl/layer_expand.h
- sadl/layer_matmul.h 48 additions, 1 deletionsadl/layer_matmul.h
- sadl/layer_maxpool.h 2 additions, 27 deletionssadl/layer_maxpool.h
- sadl/layer_minimum.h 180 additions, 0 deletionssadl/layer_minimum.h
- sadl/layer_placeholder.h 1 addition, 1 deletionsadl/layer_placeholder.h
- sadl/layer_prelu.h 5 additions, 6 deletionssadl/layer_prelu.h
- sadl/layer_resize.h 15 additions, 11 deletionssadl/layer_resize.h
- sadl/layer_scatternd.h 3 additions, 3 deletionssadl/layer_scatternd.h
- sadl/layer_shape.h 1 addition, 1 deletionsadl/layer_shape.h
- sadl/layer_where.h 41 additions, 15 deletionssadl/layer_where.h
- sadl/layers.h 3 additions, 0 deletionssadl/layers.h
- sadl/model.h 13 additions, 7 deletionssadl/model.h
- sadl/options.h 1 addition, 0 deletionssadl/options.h
sadl/layer_minimum.h
0 → 100644