1. 26 Oct, 2018 4 commits
  2. 25 Oct, 2018 10 commits
  3. 24 Oct, 2018 12 commits
  4. 23 Oct, 2018 8 commits
  5. 22 Oct, 2018 6 commits
    • Nick Korovaiko's avatar
      faster topological sort (#1886) · 02affea5
      Nick Korovaiko authored
      02affea5
    • Adam Straw's avatar
      add support for Quantize round mode (#1859) · 51104813
      Adam Straw authored
      * added half_toward_zero; all previous tests passing
      
      * all rounding modes added with unit tests
      
      * fix cpu emitter
      
      * round mode doc
      
      * round out round modes
      
      * doc typo
      
      * using  names for round modes
      
      * use ceil/floor for rounding functions instead of round/nearbyint
      
      * clean up doc
      
      * equidistant
      51104813
    • Jayaram Bobba's avatar
      IAT: Collapse dimensions around arithmetic reduction operations (#1763) · e765956a
      Jayaram Bobba authored
      * Collapse dimensions for arithmetic reduction ops to support faster kernels
      
      * Propagate in-place constants and allow in-place reshapes for more cases
      
      * style fix
      
      * Additional checks for parameter and constant to help backends that dont propagate in-place parameter and constant inputs
      
      * Allow non-destructive pass through onlyu if memory sharing is disabled
      
      * Address PR feedback
      
      * Bug fix for collapse dimensions in case of null reduction
      e765956a
    • Nick Korovaiko's avatar
      BatchNorm splitting into ops (2nd try) (#1828) · 1beec46b
      Nick Korovaiko authored
      * split bn into bn_inference bn_training
      
      * fix warnings
      
      * Add GPU support for the new BN ops (#1569)
      
      * Add GPU support and change batchnorm_globalstats test to use BNInference.
      
      * Changed test back to using BNTraining for global stats and updated cudnn backend to account for it.
      
      * Fix issues in merge with master.
      
      * Formatting.
      
      * CPU fixes
      
      * remove 5-arg training BN for now
      
      * more fixes
      
      * python batchnorm changes
      
      * fix onnx_import
      
      * fix a call BatchNormInference c-tor
      
      * yet another fix to BatchNormInference c-tor
      
      * AND yet another fix to batchnorm_inference c-tor
      
      * ops.py
      
      * address adam's feedback
      
      * Remove unnecessary parameter/argument.
      
      * remove batch_norm_training_relu_with_global_stats
      
      * remove bn_relu (training)
      1beec46b
    • mchrusci's avatar
      [ONNX CI] Fix manual reproduction script (#1881) · 187dee75
      mchrusci authored
      * Update runCI.sh
      
      Accommodate manual reproduction script.
      
      * Update README.md
      
      * Update runCI.sh
      
      * fixes
      * added rebuild parameter
      
      * Fix rebuilding nGraph
      
      * Added execution permission to runCI.sh
      187dee75
    • Robert Kimball's avatar
      e07147f8