1. 18 Jun, 2019 11 commits
  2. 17 Jun, 2019 7 commits
  3. 16 Jun, 2019 1 commit
    • Adam Rogowiec's avatar
      [FUSED] Group Transpose Convolution (#3040) · e21db881
      Adam Rogowiec authored
      * Adding GroupConvTranspose fused operator.
      
      * Add missing header and remove commented code.
      
      * Remove unused variable.
      
      * Add a few more convieniece constructors.
      
      * Add more type prop UTs.
      
      * Remove unused post validation functions.
      
      * Style apply.
      
      * Fix conversion of vector to CoordinateDiff
      
      * Add GroupConvolutionTranspose to intel gpu backend.
      
      * Add documentation.
      
      * Use default (python-like) divide.
      e21db881
  4. 15 Jun, 2019 2 commits
  5. 14 Jun, 2019 15 commits
  6. 13 Jun, 2019 4 commits
    • Jayaram Bobba's avatar
      Change reduction operations to 2-input dynamic variants (#2972) · 9ba4a78a
      Jayaram Bobba authored
      * Change reduction operations to 2-input dynamic variants with convenience constructors for cases where reduction AxisSet is known at op construction time
      
      * Modify rest of arithmetic and logical reduction ops to 2-input dynamic variants. Some fixes to existing passes to keep constant reduction axes inputs intact
      
      * add new All tests to GPU manifest
      9ba4a78a
    • Michal Chruscinski's avatar
      [ONNX CI] Disable incremental building (#3059) · ff5d79ca
      Michal Chruscinski authored
      * Disable incremental building
      
      * Incremental building disablement as parameter
      ff5d79ca
    • gaurides's avatar
      Backward compatibility for GenerateMask deserialize (#3057) · 68e626b1
      gaurides authored
      * Backward comptability for GenerateMask nbench
      
      * PR feedback - use get_or_default
      68e626b1
    • Jayaram Bobba's avatar
      Added support for ceil mode in AvgPool (#3027) · a809ed7f
      Jayaram Bobba authored
      * Added support for ceil mode in AvgPool
      
      * Added ceil mode to MaxPool
      
      * remove extra semicolon
      
      * Add more constructor variants to support pybind which seems to have issues with multiple optional arguments
      
      * More constructor variants for AvgPool
      
      * More constructor variants for MaxPool
      
      * Style fix
      
      * Avoid constructor delegation
      
      * Revert "Avoid constructor delegation"
      
      This reverts commit 8efd59127bc9a16bae93b3c6b67dbcccfa95648f.
      a809ed7f