1. 16 Oct, 2018 4 commits
    • Adam Procter's avatar
      Refactor convolution and pooling type prop (#1817) · 61be3814
      Adam Procter authored
      * WIP
      
      * More WIP
      
      * More chiseling
      
      * Move conv validation utils to a separate file; update unit tests
      
      * Fix invalid attributes in pattern containing ConvolutionBackpropFilters
      
      * Remove zero_const_conv test (it's no longer possible to construct the graph being tested)
      
      * Rename infer_convolution_output_item_shape to infer_windowed_reduction_output_shape and add a boolean flag to control whether window-all-in-padding is allowed
      
      * Add generalized function for inferring pooling fprop, use it in AvgPool/AvgPoolBackprop
      
      * Update MaxPool to use new utility functions
      
      * Fix comment
      
      * Remove faulty and redundant check for window shape relative to pre-padding data shape
      
      * Revert change to pattern construction in cpu_fusion
      
      * Update unit test for maxpool
      
      * Restore unjustly eliminated tests; move some computation to ptrdiff_t for safety; fix wording on some error messages
      
      * Formatting
      61be3814
    • Fenglei's avatar
      reset buffer size, use original input size for memcpy (#1786) · 05aa1be8
      Fenglei authored
      * reset buffer size, use original input size for memcpy
      
      * resolve comment and add test
      
      * update comment
      05aa1be8
    • L.S. Cook's avatar
    • mchrusci's avatar
      [ONNX CI] ONNX CI Improvements (#1824) · e9fc89ae
      mchrusci authored
      * Update email notification method
      
      - Link to pull request
      - Jenkins build links to Blue Ocean
      
      * Update prepare_environment.sh
      
      - remove artifacts from previous build
      e9fc89ae
  2. 15 Oct, 2018 13 commits
  3. 14 Oct, 2018 1 commit
  4. 13 Oct, 2018 6 commits
  5. 12 Oct, 2018 10 commits
  6. 11 Oct, 2018 3 commits
  7. 10 Oct, 2018 3 commits
    • Fenglei's avatar
      add back missing part (#1785) · a41c1baa
      Fenglei authored
      a41c1baa
    • Fenglei's avatar
      nvgpu one hot update (#1773) · 6cd35432
      Fenglei authored
      * update onehot
      
      * clang
      
      * fix bugs
      
      * format
      
      * add output_datatype_size to hash
      
      * typo
      
      * hash
      6cd35432
    • Nick Korovaiko's avatar
      Reshape Sinking (#1701) · f642bc4c
      Nick Korovaiko authored
      * reshape sinking working on mnist_conv
      
      * forgot to add reshape_sinking files
      
      * refactoring of binary case
      
      * Quantize/Dequantize case, fix add case, add assert
      
      * address bob and scott's feedback
      
      * debug
      
      * fix a bug where reshapes are removed too early
      f642bc4c