• Michał Karzyński's avatar
    [Fused] Add DepthToSpace and SpaceToDepth fused ops (#2811) · e5f489a2
    Michał Karzyński authored
    * Refactor get_default_axis_vector to use std:: functions
    
    * Move get_default_axis_vector to ngraph::op
    
    * Move reorder_axes to ngraph::op::util
    
    * Move reshape helper to ngraph::op::util
    
    * Move DepthToSpace to fused ops
    
    * Add DepthToSpace docstrings
    
    * Move SpaceToDepth to fused ops
    
    * Remove redundant ngraph::op::util::get_default_axis_vector function
    
    * Add ops to serializer
    
    * Change block_size to size_t
    
    * Add fused ops tests
    
    * Add type prop tests
    
    * Add ops to list of ops unsupported on iGPU
    
    * Disable tests in iGPU manifest
    e5f489a2
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...