1. 27 Jan, 2019 2 commits
  2. 26 Jan, 2019 1 commit
  3. 24 Jan, 2019 1 commit
    • Robert Kimball's avatar
      Hybrid backend update (#2306) · 4d272f1f
      Robert Kimball authored
      * update hybrid unit test
      
      * remove unused files
      
      * add graphviz to test
      
      * add ability to add attributes to graphviz nodes
      
      * tweak colors
      
      * more interesting graph
      
      * update test model
      
      * add memory management passes
      
      * add Dump
      
      * wip
      
      * remove in-place code from memory layout
      4d272f1f
  4. 23 Jan, 2019 2 commits
  5. 21 Jan, 2019 2 commits
  6. 18 Jan, 2019 3 commits
  7. 17 Jan, 2019 1 commit
    • Adam Procter's avatar
      Retire FunctionCall, Reduce, ReduceWindow, SelectAndScatter (#2223) · 18d0993e
      Adam Procter authored
      * Retire Reduce, ReduceWindow, SelectAndScatter
      
      * Remove lingering AnyAllReplacement code
      
      * Remove apparently-now-unused macro
      
      * Remove lingering op/reduce.hpp includes
      
      * Remove FunctionCall
      
      * Update Python stuff to remove FunctionCall, Reduce
      
      * Add Any/All tests to GPU manifest
      
      * Remove deleted .hpp #include from gpu_compiled_function.cpp
      
      * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing
      
      * Add reduce_function.cpp back into CMakeLists.txt
      
      * Remove #include of deleted reduce.hpp
      
      * Re-remove AnyAllReplacement from GPU passes
      
      * Remove deleted #includes from gpu_internal_function.cpp
      
      * Remove git conflict stuff (whoops)
      
      * Add newline at EOF, per review comment
      
      * Address flake8 complaint about unused import
      18d0993e
  8. 16 Jan, 2019 4 commits
  9. 15 Jan, 2019 1 commit
  10. 14 Jan, 2019 2 commits
  11. 12 Jan, 2019 1 commit
  12. 11 Jan, 2019 3 commits
  13. 08 Jan, 2019 2 commits
  14. 07 Jan, 2019 3 commits
    • Adam Rogowiec's avatar
      [ONNX] ConvTranspose with groups. (#2289) · dee4a8b8
      Adam Rogowiec authored
      * Enable support for group attribute.
      
      * UT for ConvTranspose with groups.
      
      * Validate group attribute value.
      
      * Move helper function to unnamed namespace.
      
      * Access values with bounds checking.
      
      * Fix spelling.
      dee4a8b8
    • gcwenger's avatar
      Simplified all_close_f interface and tightened default criteria (#2285) · 0eaa960c
      gcwenger authored
      * Simplified & tightened all_close_f parameters
      
      Removed specification of mantissa bits for all_close_f in favor
      of just specifying tolerance bits. Tightened up all_close_f default.
      Fixed LRN unit test which had insufficient result precision to pass
      tighter all_close_f tolerance.
      
      * Addressed PR comments.
      
      Reworked mantissa bit and tolerance constants.
      Clarified and improved graph comparison tolerance calculation flexibility.
      Clarified unit test tolerance testing.
      0eaa960c
    • Adam Rogowiec's avatar
      [NGCORE-270] UT for Softplus ONNX operator testing edge cases. (#2254) · 15a0bf19
      Adam Rogowiec authored
      * UT for Softplus ONNX operator testing edge cases.
      
      * Rename UT model name.
      
      * Handle overflows.
      
      * Add UT for ininite values and check them correctly.
      
      * Update values in comment
      15a0bf19
  15. 03 Jan, 2019 2 commits
  16. 31 Dec, 2018 1 commit
  17. 28 Dec, 2018 1 commit
  18. 23 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Hybrid GPU Backend (#2240) · 90503652
      Robert Kimball authored
      * Add GPUH hybrid backend
      
      * update manifests
      
      * update node operator<<
      
      * fix GOE
      
      * remove debug
      
      * remove debug
      
      * more cleanup
      
      * add parent support to cpu and intel gpu backend tensors
      
      * cleanup
      
      * fix odd failure when printing node during construction
      
      * fix node output
      
      * address review comments
      
      * style
      90503652
  19. 22 Dec, 2018 2 commits
  20. 21 Dec, 2018 2 commits
    • Nishant Patel's avatar
      Support dynamic scales for Qconv's and Dequantize (#2171) · 7e310e20
      Nishant Patel authored
      * Support dynamic scales for Qconv's and Dequantize
      
      * Remove constant folding
      
      * add additional dynamic_quantize unittest
      
      * add another mxnet quantize unittest
      
      * add additional dynamic_dequantize tests
      
      * fix shape error
      
      * add dynamic signed_quantize unittest
      
      * Pass correct scale
      
      * Refactoring
      
      * Added dynamic scale support for QCBA and QCBSA
      
      * Refactor to create MKLDNN primitives on the first iteration
      
      * remove stray code
      
      * unused variables
      
      * remove extraneous line
      7e310e20
    • gcwenger's avatar
      Graph comparison testing quiet unless problem is detected (#2258) · c153ea8a
      gcwenger authored
      * Graph comparison testing quiet unless problem is detected.
      
      * Fixed file formatting
      
      * Renamed ss => msg
      c153ea8a
  21. 20 Dec, 2018 1 commit
  22. 19 Dec, 2018 2 commits