1. 17 Apr, 2019 1 commit
  2. 15 Apr, 2019 1 commit
  3. 12 Apr, 2019 1 commit
  4. 10 Apr, 2019 1 commit
  5. 09 Apr, 2019 5 commits
  6. 08 Apr, 2019 2 commits
    • Scott Cyphers's avatar
      7b7cf432
    • Michał Karzyński's avatar
      [ONNX] Unit test models for QLinearConv (#2705) · 9bfc0e5f
      Michał Karzyński authored
      * [ONNX] Unit test models for QLinearConv
      
      * Temp ref conv
      
      * ref conv temp
      
      * add qlinearconv2d test
      
      * adding conv3d test case
      
      * ignore tests on GPU
      
      * Dynamic scale
      
      * add builder based solution for zero point and conv
      
      * Revert "Dynamic scale"
      
      This reverts commit be8e57bdf7013967e5575164a0402dcc6d16b8ed.
      
      * Revert "Merge remote-tracking branch 'origin/nishant_ref_conv_u8u8' into mkarzyns/qlinear_conv_uts"
      
      This reverts commit dea29a18c474b644b5b531f0e59f21d21bd56bf2, reversing
      changes made to b12fc13c5852efa4c335377164d9b7e5d9227a8a.
      
      * style
      9bfc0e5f
  7. 05 Apr, 2019 9 commits
    • Ayan Moitra's avatar
      General-purpose recurrent reshape elimination pass (#2665) · 76c73c91
      Ayan Moitra authored
      * [WIP] First commit
      
      * Incremental code changes
      
      * Incremental code changes
      
      * Further mods
      
      * Improve src + add more tests
      
      * Another test added
      
      * clang
      
      * Added NGRAPH_DEBUG statements
      
      * Incorporate Xiaoyu and Scott's comment
      
      * Incorporate Adam's comments in tests
      
      * Incorporate Adam's comments
      
      * Add Jayaram's comments
      76c73c91
    • Nishant Patel's avatar
      Add support for QDotInteger (#2687) · f9d0bd57
      Nishant Patel authored
      * Add support for QDotInteger
      
      * Address Feedback
      
      * Support int32 as output of QuantizedDot without requantization similar to QuantizedConvolution
      f9d0bd57
    • Jayaram Bobba's avatar
      Adding support for fused ops that are decomposable to core ngraph ops (#2688) · 7775d49d
      Jayaram Bobba authored
      * Initial support for specification of fused ops and type inference
      
      * Added FusedOpDecomposition pass and execution test cases
      
      * Serializer support
      
      * style fix
      
      * Add FusedOpDecomposition to GPU and IGPU backends
      
      * Addressed PR feedback
      
      * Fix comment
      
      * Addressed PR feedback
      7775d49d
    • Robert Kimball's avatar
      Add windows support for event trace (#2695) · 8c081092
      Robert Kimball authored
      * add windows support for event trace
      
      * add needed windows.h header
      
      * fix linking error
      
      * Enable multi-threaded builds for windows
      8c081092
    • Michał Karzyński's avatar
      [ONNX] Unit tests for DequantizeLinear (#2704) · 56d3a46a
      Michał Karzyński authored
      * [ONNX] Unit test models for DequantizeLinear
      
      * add unit tests and suppot axis
      
      * ignore unit tests on GPU
      
      * fix build warning
      56d3a46a
    • Michał Karzyński's avatar
      [ONNX] Unit tests for QuantizeLinear (#2690) · 7d69434a
      Michał Karzyński authored
      * [ONNX] Unit tests for QuantizeLinear
      
      * Fix some syntax issues
      
      * get tests passing
      
      * adding prototxt files with correct names
      
      * disable new tests in the GPU
      
      * cleanup
      
      * style
      7d69434a
    • Adam Straw's avatar
      add logic in replace_node for provenance propagation (#2703) · 6c8284a3
      Adam Straw authored
      * Add some unit tests for provenance with node replacement
      
      * One more test
      
      * add provenace propagation
      6c8284a3
    • Amy Zhuang's avatar
      Use cpu kernel for constant folding. (#2538) · 3f017a1e
      Amy Zhuang authored
      * Use cpu kernel for constant folding.
      
      * Add default empty map.
      
      * Fix a bug.
      
      * Add new files.
      
      * Address PR feedback.
      
      * Check constant folding map before checking type for unary and binary ops.
      
      * Address PR feedback.
      
      * Address PR feedback.
      
      * Use all_close_f.
      
      Add relu unit test.
      
      Make changes for sqrt and pad.
      
      * Fix a bug.
      3f017a1e
    • Adam Procter's avatar
      Change OneHot to accept only integral types (#2689) · 9fea22b2
      Adam Procter authored
      * Change OneHot to accept only non-real types
      
      * Update docstring
      
      * Update Python test
      
      * Add is_integral to element::Type
      
      * Update docs
      
      * Change is_integral to false for boolean
      
      * Revert "Change is_integral to false for boolean"
      
      This reverts commit 099ff378ae7fcbd1d9346665812f6b95e4886186.
      
      * Revert "Add is_integral to element::Type"
      
      This reverts commit 58fdf76fecaefdad10431f9a894523f326f3adca.
      
      * Change is_integral so it is, by definition, !is_real
      9fea22b2
  8. 04 Apr, 2019 7 commits
  9. 03 Apr, 2019 2 commits
  10. 02 Apr, 2019 5 commits
  11. 30 Mar, 2019 2 commits
  12. 29 Mar, 2019 4 commits