Add all remaining Caffe layers to Caffe import test plan (#749)
authorDmitry Mozolev/AI Tools Lab /SRR/Engineer/삼성전자 <d.mozolev@samsung.com>
Thu, 26 Jul 2018 13:43:45 +0000 (16:43 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Thu, 26 Jul 2018 13:43:45 +0000 (22:43 +0900)
Added missing Caffe layers to the part of SW System Test Case section
of SW System Test document that describes Caffe import test details.

Signed-off-by: Dmitry Mozolev <d.mozolev@samsung.com>
doc/project/test_plan.md

index 9252fee..a1f0f0a 100644 (file)
@@ -321,24 +321,64 @@ Table 4-8. Baselines
 | TST-1       | TST-1-50    | Import a NN consisting of a single Tensorflow Lite DELEGATE operation                                                                                                                              | During import no crashes or error messages occurred                                                                                                         |
 | TST-1       | TST-1-51    | Import a NN consisting of a single Tensorflow Lite BIDIRECTIONAL\_SEQUENCE\_LSTM operation                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
 | TST-1       | TST-1-52    | Import a NN consisting of a single Tensorflow Lite CAST operation                                                                                                                                  | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-1     | Import a NN consisting of two Caffe layers - Input layer and Eltwise layer with parameter SUM                                                                                                      | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-2     | Import a NN consisting of two Caffe layers - Input layer and Pooling layer with parameter AVE                                                                                                      | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-3     | Import a NN consisting of two Caffe layers - Input layer and Concat layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-4     | Import a NN consisting of two Caffe layers - Input layer and Convolution layer                                                                                                                     | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-5     | Import a NN consisting of two Caffe layers - Input layer and InnerProduct layer                                                                                                                    | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-6     | Import a NN consisting of two Caffe layers - Input layer and LRN layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-7     | Import a NN consisting of two Caffe layers - Input layer and Sigmoid layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-8     | Import a NN consisting of two Caffe layers - Input layer and Recurrent layer                                                                                                                       | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-9     | Import a NN consisting of two Caffe layers - Input layer and Pooling layer with parameter MAX                                                                                                      | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-10    | Import a NN consisting of two Caffe layers - Input layer and Eltwise layer with parameter PROD                                                                                                     | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-11    | Import a NN consisting of two Caffe layers - Input layer and ReLU layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-12    | Import a NN consisting of two Caffe layers - Input layer and Reshape layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-13    | Import a NN consisting of two Caffe layers - Input layer and Softmax layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-14    | Import a NN consisting of two Caffe layers - Input layer and TanH layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-15    | Import a NN consisting of two Caffe layers - Input layer and Python layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-16    | Import a NN consisting of two Caffe layers - Input layer and Reduction layer with parameter MEAN                                                                                                   | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-17    | Import a NN consisting of two Caffe layers - Input layer and Exp layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
-| TST-2       | TST-2-18    | Import a NN consisting of two Caffe layers - Input layer and Split layer                                                                                                                           | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-1     | Import a NN consisting of Caffe ImageData layer                                                                                                                                                    | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-2     | Import a NN consisting of Caffe Data layer                                                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-3     | Import a NN consisting of Caffe HDF5Input layer                                                                                                                                                    | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-4     | Import a NN consisting of two Caffe layers - Input layer and HDF5Output layer                                                                                                                      | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-5     | Import a NN consisting of Caffe Input layer                                                                                                                                                        | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-6     | Import a NN consisting of Caffe WindowData layer                                                                                                                                                   | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-7     | Import a NN consisting of Caffe MemoryData layer                                                                                                                                                   | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-8     | Import a NN consisting of Caffe DummyData layer                                                                                                                                                    | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-9     | Import a NN consisting of two Caffe layers - Input layer and Convolution layer                                                                                                                     | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-10    | Import a NN consisting of two Caffe layers - Input layer and Pooling layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-11    | Import a NN consisting of two Caffe layers - Input layer and SPP layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-12    | Import a NN consisting of two Caffe layers - Input layer and Crop layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-13    | Import a NN consisting of two Caffe layers - Input layer and Deconvolution layer                                                                                                                   | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-14    | Import a NN consisting of two Caffe layers - Input layer and Im2Col layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-15    | Import a NN consisting of two Caffe layers - Input layer and Recurrent layer                                                                                                                       | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-16    | Import a NN consisting of two Caffe layers - Input layer and RNN layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-17    | Import a NN consisting of two Caffe layers - Input layer and LSTM layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-18    | Import a NN consisting of two Caffe layers - Input layer and InnerProduct layer                                                                                                                    | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-19    | Import a NN consisting of two Caffe layers - Input layer and Dropout layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-20    | Import a NN consisting of two Caffe layers - Input layer and Embed layer                                                                                                                           | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-21    | Import a NN consisting of two Caffe layers - Input layer and LRN layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-22    | Import a NN consisting of two Caffe layers - Input layer and MVN layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-23    | Import a NN consisting of two Caffe layers - Input layer and BatchNorm layer                                                                                                                       | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-24    | Import a NN consisting of two Caffe layers - Input layer and ReLU layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-25    | Import a NN consisting of two Caffe layers - Input layer and PReLU layer                                                                                                                           | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-26    | Import a NN consisting of two Caffe layers - Input layer and ELU layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-27    | Import a NN consisting of two Caffe layers - Input layer and Sigmoid layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-28    | Import a NN consisting of two Caffe layers - Input layer and TanH layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-29    | Import a NN consisting of two Caffe layers - Input layer and AbsVal layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-30    | Import a NN consisting of two Caffe layers - Input layer and Power layer                                                                                                                           | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-31    | Import a NN consisting of two Caffe layers - Input layer and Exp layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-32    | Import a NN consisting of two Caffe layers - Input layer and Log layer                                                                                                                             | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-33    | Import a NN consisting of two Caffe layers - Input layer and BNLL layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-34    | Import a NN consisting of two Caffe layers - Input layer and Threshold layer                                                                                                                       | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-35    | Import a NN consisting of two Caffe layers - Input layer and Bias layer                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-36    | Import a NN consisting of two Caffe layers - Input layer and Scale layer                                                                                                                           | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-37    | Import a NN consisting of two Caffe layers - Input layer and Flatten layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-38    | Import a NN consisting of two Caffe layers - Input layer and Reshape layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-39    | Import a NN consisting of two Caffe layers - Input layer and BatchReindex layer                                                                                                                    | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-40    | Import a NN consisting of two Caffe layers - Input layer and Split layer                                                                                                                           | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-41    | Import a NN consisting of two Caffe layers - Input layer and Concat layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-42    | Import a NN consisting of two Caffe layers - Input layer and Slice layer                                                                                                                           | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-43    | Import a NN consisting of two Caffe layers - Input layer and Eltwise layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-44    | Import a NN consisting of two Caffe layers - Input layer and Filter layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-45    | Import a NN consisting of two Caffe layers - Input layer and Parameter layer                                                                                                                       | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-46    | Import a NN consisting of two Caffe layers - Input layer and Reduction layer                                                                                                                       | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-47    | Import a NN consisting of two Caffe layers - Input layer and Silence layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-48    | Import a NN consisting of two Caffe layers - Input layer and ArgMax layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-49    | Import a NN consisting of two Caffe layers - Input layer and Softmax layer                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-50    | Import a NN consisting of two Caffe layers - Input layer and Python layer                                                                                                                          | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-51    | Import a NN consisting of two Caffe layers - Input layer and MultinomialLogisticLoss layer                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-52    | Import a NN consisting of two Caffe layers - Input layer and Infogain layer                                                                                                                        | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-53    | Import a NN consisting of two Caffe layers - Input layer and SoftmaxWithLoss layer                                                                                                                 | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-54    | Import a NN consisting of two Caffe layers - Input layer and EuclideanLoss layer                                                                                                                   | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-55    | Import a NN consisting of two Caffe layers - Input layer and HingeLoss layer                                                                                                                       | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-56    | Import a NN consisting of two Caffe layers - Input layer and SigmoidCrossEntropyLoss layer                                                                                                         | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-57    | Import a NN consisting of two Caffe layers - Input layer and Accuracy layer                                                                                                                        | During import no crashes or error messages occurred                                                                                                         |
+| TST-2       | TST-2-58    | Import a NN consisting of two Caffe layers - Input layer and ContrastiveLoss layer                                                                                                                 | During import no crashes or error messages occurred                                                                                                         |
 | TST-3       | TST-3-1     | Import a NN consisting of a single Caffe2 Add operation                                                                                                                                            | During import no crashes or error messages occurred                                                                                                         |
 | TST-3       | TST-3-2     | Import a NN consisting of a single Caffe2 AveragePool2D operation                                                                                                                                  | During import no crashes or error messages occurred                                                                                                         |
 | TST-3       | TST-3-3     | Import a NN consisting of a single Caffe2 Concat operation                                                                                                                                         | During import no crashes or error messages occurred                                                                                                         |