1. 22 Aug, 2019 19 commits
  2. 21 Aug, 2019 16 commits
  3. 20 Aug, 2019 5 commits
    • Adam Procter's avatar
      7133540a
    • Nishant Patel's avatar
      Add QuantizedDot to ngraph core (#3235) · 79041d19
      Nishant Patel authored
      * First pass, remove QDot as experimental op, add it as core op, test case failing
      
      * Change QuantizedMatmul API
      
      * Tests for QuantizedDot passing, cleanup required
      
      * Move test cases to backend_test.in.cpp
      
      * Change reference dot API to take scale and zero point
      
      * Onnx matmul integer tests passing
      
      * Add validate_and_infer_types()
      
      * Add more checks for QDot
      
      * Add type prop tests
      
      * Add interpreter support
      
      * Add serializer support
      
      * Disable tests in other backends
      
      * Fix test and add codegen support
      
      * Make axes optional argument
      
      * Change fusion pattern
      
      * Copyright
      
      * merge changes
      
      * more merge changes
      
      * Fix more merge conflicts
      
      * change builders to reflect new changes
      
      * cleanup
      
      * Add reduction_axes to the API
      
      * Fix onnx test cases
      
      * Remove debug comments
      
      * Fix CI
      
      * disable plaidml tests
      
      * Remove comment
      79041d19
    • Adam Procter's avatar
      1bc0a299
    • Adam Procter's avatar
      clang-format comments: /doc/examples (#3477) · d1d59827
      Adam Procter authored
      * Opt /doc/examples into the new comment-wrapping rules
      
      * Typo
      
      * Update rst line number refs
      d1d59827
    • Nishant Patel's avatar
      Remove quantized pool {avg and max} (#3458) · dc0f0011
      Nishant Patel authored
      * Remove QuantizedMaxPool
      
      * Remove QuantizedAvgPool
      
      * Disable tests for plaidML
      
      * Fix CI
      
      * Add correct casting for int8 type in reference kernel
      
      * Disable tests for GPU
      dc0f0011