1. 04 Nov, 2019 1 commit
    • Nishant Patel's avatar
      Shape as a node in ConvBpropData/Filters (v1) (#3711) · 6e5b4cd0
      Nishant Patel authored
      * Shape as a node in ConvBpropData (v1)
      
      * Fix constant op creation
      
      * Convbpropfilters dynamic shape
      
      * Avgpool bprop dynamic shape
      
      * Add downgrade pass
      
      * Downgrade pass Avgpoolbackprop
      
      * Shape checks and shape relevancy
      
      * Dyn avgpoolbprop test case
      
      * Revert "Dyn avgpoolbprop test case"
      
      This reverts commit b094f2f99d00023593c667ff16cf060a586ad16a.
      
      * Revert "Avgpool bprop dynamic shape"
      
      This reverts commit ef8a4d197577c0d277d634baa9d6d082adcddae0.
      
      * Revert "Downgrade pass Avgpoolbackprop"
      
      This reverts commit 3f31f0fea8fe6e79bd958cbaa7cb8495008a795f.
      
      * Call shape relevancy
      
      * Revert Avgpoolbprop changes
      
      * mark nodes as dynamic
      
      * Add opset transform tests
      
      * Change API
      
      * Adjust strides
      
      * Use size
      
      * Merge PR 3776
      
      * add shape relevance
      
      * Add convbprop_data test case
      
      * Add convbprop_filter test case
      
      * Use is_constant helper
      
      * Remove opset pdpd test case
      
      * resolve conflict
      
      * add checks for validate and infer
      
      * Type prop tests
      6e5b4cd0
  2. 18 Sep, 2019 1 commit
    • Nagy Mostafa's avatar
      [MLIR] Add padding support to Convolution (#3586) · 43a1bf1c
      Nagy Mostafa authored
      * Enable Padding
      
      * Small fix to match MLIR API change
      
      * WIP
      
      * Subtract pad below from virtual img index
      
      * Fixed integer set inequalities
      
      * style-apply
      
      * remove unneeded padAbove values
      
      * Remove dump call
      
      * PR feedback
      
      * style apply
      43a1bf1c
  3. 30 Aug, 2019 1 commit
    • Nagy Mostafa's avatar
      [MLIR] Add support for Convolution Op without Padding (#3540) · 11d61848
      Nagy Mostafa authored
      * Op decl. No verification
      
      * WIP
      
      * WIP: Add lowerer support
      
      * Code-gen works.
      
      * Added padding support. Needs MLIR fix to work
      
      * Remove Padding support for now
      
      * Fix arrayref init. Disable tests where reshape optimization don't apply
      
      * clean up and style apply
      
      * Address PR feedback
      11d61848
  4. 19 Jul, 2019 1 commit