1. 16 Dec, 2019 2 commits
  2. 14 Dec, 2019 1 commit
  3. 13 Dec, 2019 5 commits
  4. 12 Dec, 2019 4 commits
  5. 11 Dec, 2019 9 commits
  6. 10 Dec, 2019 1 commit
  7. 09 Dec, 2019 3 commits
  8. 07 Dec, 2019 2 commits
  9. 06 Dec, 2019 11 commits
  10. 05 Dec, 2019 2 commits
    • Nagy Mostafa's avatar
      Fix compose/decompose of group_conv for CPU backend. (#3947) · 466c4d43
      Nagy Mostafa authored
      * disable group conv if data dilation is not 1s
      
      * Enable group conv decomposition if data or window dilation is enabled. Re-enable a unit-test
      
      * PR fix
      
      * PR fix
      
      * Fix fails
      466c4d43
    • Tomasz Dołbniak's avatar
      [SPEC] v1::Split + onnx_importer adaptation (#3993) · c546282d
      Tomasz Dołbniak authored
      * fused::v1::Split op skeleton & serialization
      
      * Shape inference for Split and upgrade/downgrade passes
      
      * Upgrade pass for the Split op
      
      * Disable the failing onnx_importer Split op tests on interpreter
      
      * Opset1 test correction for v1::Split
      
      * Disable the failing Split op unit tests on PlaidML
      
      * Fix of the upgrade pass for Split
      
      * Remove one of the obsolete v0::Split constructors
      c546282d