1. 20 7月, 2019 1 次提交
  2. 12 7月, 2019 1 次提交
  3. 05 7月, 2019 1 次提交
    • D
      Merge pull request #14858 from dvd42:instancenorm_onnx · 57fae4a6
      Diego 提交于
      Instancenorm onnx (#14858)
      
      * Onnx unsupported operation handling
      
      * instance norm implementation
      
      * Revert "Onnx unsupported operation handling"
      
      * instance norm layer test
      
      * onnx instancenorm layer
      57fae4a6
  4. 04 7月, 2019 1 次提交
  5. 20 6月, 2019 1 次提交
  6. 08 6月, 2019 1 次提交
  7. 20 5月, 2019 1 次提交
  8. 16 5月, 2019 1 次提交
  9. 30 4月, 2019 1 次提交
    • L
      Merge pull request #14301 from l-bat:conv3d · 77fa59c3
      Lubov Batanina 提交于
      Support Convolution3D layer on IE backend (#14301)
      
      * Add Convolution3D layer
      
      * Disable CXX11
      
      * Fixed tests
      
      * Add Pooling3D layer
      
      * Merge Conv2d with Conv3d and Pool2d with Pool3d layers
      
      * Split pads
      
      * Add Deconvolution layer
      
      * Refactoring
      
      * Deduplication
      
      * Refactoring
      
      * Add utils for Convolution and Pooling layers
      77fa59c3
  10. 24 4月, 2019 1 次提交
  11. 22 4月, 2019 1 次提交
  12. 26 3月, 2019 1 次提交
  13. 22 2月, 2019 1 次提交
  14. 21 2月, 2019 1 次提交
  15. 21 12月, 2018 1 次提交
  16. 12 12月, 2018 1 次提交
  17. 24 11月, 2018 1 次提交
  18. 17 11月, 2018 1 次提交
  19. 31 10月, 2018 1 次提交
  20. 09 10月, 2018 1 次提交
  21. 26 9月, 2018 1 次提交
  22. 18 9月, 2018 1 次提交
  23. 11 9月, 2018 1 次提交
    • L
      Merge pull request #12071 from l-bat/l-bat:onnx_parser · 0c859002
      Lubov Batanina 提交于
      * Add Squeezenet support in ONNX
      
      * Add AlexNet support in ONNX
      
      * Add Googlenet support in ONNX
      
      * Add CaffeNet and RCNN support in ONNX
      
      * Add VGG16 and VGG16 with batch normalization support in ONNX
      
      * Add RCNN, ZFNet, ResNet18v1 and ResNet50v1 support in ONNX
      
      * Add ResNet101_DUC_HDC
      
      * Add Tiny Yolov2
      
      * Add CNN_MNIST, MobileNetv2 and LResNet100 support in ONNX
      
      * Add ONNX models for emotion recognition
      
      * Add DenseNet121 support in ONNX
      
      * Add Inception v1 support in ONNX
      
      * Refactoring
      
      * Fix tests
      
      * Fix tests
      
      * Skip unstable test
      
      * Modify Reshape operation
      0c859002