Skip to content

Commit 5ce332b

Browse files
authored
rearrange the features for 06 release
1 parent c7ab833 commit 5ce332b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

FEATURES.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
A Short Summary of New Features in Synopsys Caffe
22
=================================================
33

4-
Synopsys Caffe Version: 2020.03
4+
Synopsys Caffe Version: 2020.06
55
New added features are compared with the original BVLC Caffe 1.0.0
66

77
evconvert (TensorFlow/ONNX/... to Caffe Converter) related
@@ -27,12 +27,14 @@ gru_layer
2727
hard_sigmoid_layer
2828
hard_swish_layer
2929
hard_tanh_layer
30+
log_softmax_layer
3031
lp_normalization_layer
3132
nms_gather_layer
3233
matmul_layer
3334
maximum_layer
3435
minimum_layer
3536
mirror_pad_layer
37+
mish_layer
3638
mul_layer
3739
nms_layer
3840
one_hot_layer
@@ -41,7 +43,6 @@ peephole_lstm_layer
4143
piece_layer
4244
pooling3d_layer
4345
pow_layer
44-
pyramid_roi_align_layer
4546
range_layer
4647
reduce_all_layer
4748
reduce_any_layer
@@ -84,7 +85,7 @@ pad_type (deprecated, "SAME" style padding) in ConvolutionParameter and PoolingP
8485
pad_l, pad_r, pad_t and pad_b (arbitrary 2D padding) in ConvolutionParameter and PoolingParameter
8586
AVE_EXC_PAD (average pooling excluding the paddings), AVE_TF (deprecated, alias for AVE_EXC_PAD) in PoolingParameter
8687
ceil_mode in PoolingParameter
87-
faceboxes, box_width, box_height, tf and yx_order in PriorBoxParameter
88+
faceboxes, box_width, box_height, keras, tf and yx_order in PriorBoxParameter
8889
relu6, maximum and minimum in ReLUParameter
8990
eltwise.py (deprecated, customized Python layer, realize the broadcasting and add support for divide and minimum for eltwise layer)
9091
matrix_inverse.py (customized Python layer, implementation of tf.matrix_inverse)
@@ -113,12 +114,14 @@ saturate in ConvolutionParameter, EltwiseParameter, ReLUParameter and PoolingPar
113114

114115
Mask RCNN related
115116
-------------------
116-
roi_align_layer
117117
maskrcnn_detection_layer
118118
maskrcnn_proposal_layer
119+
pyramid_roi_align_layer
120+
roi_align_layer
119121
apply_box_deltas.py (customized Python layer)
120122
generate_pyramid_anchors.py (customized Python layer)
121123
maskrcnn_detection.py (customized Python layer)
124+
maskrcnn_proposal.py (customized Python layer)
122125
pre_roi_align.py (customized Python layer)
123126

124127
SNNs related
@@ -218,4 +221,3 @@ weight_by_label_freqs in LossParameter
218221

219222

220223
For more details, please refer to [caffe.proto](https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe/blob/master/src/caffe/proto/caffe.proto) and the corresponding source code.
221-

0 commit comments

Comments
 (0)