• 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
test_tf_importer.cpp 28.8 KB