[layer/test] Add unittests for conv1d
[platform/core/ml/nntrainer.git] / test / unittest / layers / meson.build
2021-10-19 Parichay Kapoor[layer/test] Add unittests for conv1d
2021-10-18 Parichay Kapoor[layer/test] Bug fix for dropout + unittest
2021-10-06 Parichay Kapoor[layer/test] Add basic test for attention
2021-09-23 Jihoon Lee[TEST/fc] Add layer golden test
2021-09-15 Jihoon Lee[Fix] upstream build fail
2021-09-15 Jihoon Lee[test/layers] enable tests when only available
2021-09-15 Jihoon Lee[Fix] Fix semantic tests were not running
2021-07-22 Parichay Kapoor[layer] Update NNStreamer layer to V2
2021-07-22 Parichay Kapoor[layer] Enable permute layer for V2
2021-07-22 Parichay Kapoor[test] Added common unittest for custom layers
2021-07-22 Parichay Kapoor[layer] Enable tflite layer for V2
2021-07-22 Parichay Kapoor[layer] Update concat layer to V2
2021-07-22 Parichay Kapoor[layer] Update embedding for layerv2
2021-07-22 Parichay Kapoor[layer] Enable split layer for V2 design
2021-07-22 Parichay Kapoor[layer] Update preprocess layers for layerV2
2021-07-22 Parichay Kapoor[layer] Update GRU for layer_v2
2021-07-22 Parichay Kapoor[layer] Update LSTM for layer_v2
2021-07-22 Parichay Kapoor[layer] Update RNN to layerv2
2021-07-22 Parichay Kapoor[layer] Update multiout layer for V2
2021-07-22 Parichay Kapoor[layer] Update addition layer to V2
2021-07-22 Parichay Kapoor[test] Add semantic tests for activation layer
2021-07-22 Parichay Kapoor[pooling] Update to LayerV2
2021-07-22 Parichay Kapoor[flatten] Update to LayerV2
2021-07-22 Parichay Kapoor[conv2d] Update to Layerv2
2021-07-22 Parichay Kapoor[batchnorm] Update to LayerV2
2021-07-22 Parichay Kapoor[test] Add common unittest for layers
2021-06-23 Jihoon Lee[Test/Prepare] Add layer semantics test
2021-06-23 Jihoon Lee[Test/Scaffolding] Prepare test for the new layer