1. 22 Aug, 2019 8 commits
    • aslepko's avatar
      Update jenkins-trigger.groovy · acba6260
      aslepko authored
      acba6260
    • aslepko's avatar
      Merge branch 'master' into aslepko/ci · a882e387
      aslepko authored
      a882e387
    • aslepko's avatar
      Update jenkins-trigger.groovy · e465f3b7
      aslepko authored
      e465f3b7
    • Adam Procter's avatar
      9db3eb75
    • aslepko's avatar
      Update jenkins-trigger.groovy · 07d64a60
      aslepko authored
      07d64a60
    • aslepko's avatar
      Merge branch 'master' into aslepko/ci · 4b2c863d
      aslepko authored
      4b2c863d
    • aslepko's avatar
      Update jenkins-trigger.groovy · f6329d62
      aslepko authored
      f6329d62
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/runtime (#3494) · 1f30bad8
      Adam Procter authored
      * Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof
      
      * Whoops, forgot to commit the actual .clang-formats
      
      * Remove src/ngraph/type/.clang-format (it was having no effect)
      
      * Remove src/ngraph/distributed/.clang-format (it was having no effect)
      
      * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash)
      
      * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash)
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Revert "Un-relax comment wrapping in src/ngraph/state"
      
      This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
      
      * Un-relax comment wrapping in src/ngraph/runtime, not including src/ngraph/runtime/{cpu, gpu, plaidml, reference}
      
      * Enable new clang-format comment rules for src/ngraph/runtime/{dynamic,generic_cpu,gpuh,interpreter,nop}
      
      * Update clang-format comment rules for GPU BE
      
      * Update clang-format comment rules for src/ngraph/runtime/plaidml
      
      * Update clang-format comment rules for src/ngraph/runtime/intelgpu
      
      * Fix a couple of demangles I missed
      
      * rm zombie .clang-format files
      
      * rm zombie .clang-format files
      
      * Update CODEOWNERS
      
      * Update CODEOWNERS
      
      * Update CODEOWNERS
      
      * Kill zombie .clang-format files
      
      * Undo CODEOWNERS change
      1f30bad8
  2. 21 Aug, 2019 16 commits
  3. 20 Aug, 2019 16 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
    • Robert Kimball's avatar
      Did a batch normalization of the BatchNorm unit test names (#3439) · 152e99d8
      Robert Kimball authored
      * Normalize BatchNorm test names
      
      * unit test renamed so manifest must be updated
      152e99d8
    • Leona C's avatar
      Note style check helper on README · cd6b9b09
      Leona C authored
      cd6b9b09
    • Adam Procter's avatar
      Dynamic "flatten" builder (#3448) · 97578988
      Adam Procter authored
      * Dynamic version of builder::flatten
      
      * Remove as_single_output_node (no longer needed)
      
      * Temp fix for dyn elimination
      97578988
    • Leona C's avatar
      Update README regarding CI · 48665f05
      Leona C authored
      48665f05
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/pass (#3473) · a4a3031b
      Adam Procter authored
      * Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof
      
      * Whoops, forgot to commit the actual .clang-formats
      
      * Remove src/ngraph/type/.clang-format (it was having no effect)
      
      * Remove src/ngraph/distributed/.clang-format (it was having no effect)
      
      * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash)
      
      * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash)
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Revert "Un-relax comment wrapping in src/ngraph/state"
      
      This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
      
      * Un-relax comment wrapping in src/ngraph/pass
      
      * Remove .clang-format
      a4a3031b
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/descriptor (#3470) · 69c02f2c
      Adam Procter authored
      * Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof
      
      * Whoops, forgot to commit the actual .clang-formats
      
      * Remove src/ngraph/type/.clang-format (it was having no effect)
      
      * Remove src/ngraph/distributed/.clang-format (it was having no effect)
      
      * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash)
      
      * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash)
      
      * Un-relax comment wrapping in src/ngraph/descriptor
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Revert "Un-relax comment wrapping in src/ngraph/state"
      
      This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
      
      * Remove .clang-format
      69c02f2c
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/builder (#3472) · d603d3e3
      Adam Procter authored
      * Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof
      
      * Whoops, forgot to commit the actual .clang-formats
      
      * Remove src/ngraph/type/.clang-format (it was having no effect)
      
      * Remove src/ngraph/distributed/.clang-format (it was having no effect)
      
      * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash)
      
      * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash)
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Revert "Un-relax comment wrapping in src/ngraph/state"
      
      This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
      
      * Un-relax comment wrapping in src/ngraph/builder
      
      * Remove .clang-format
      d603d3e3
    • Leona C's avatar
      Changelog fix · bfdae469
      Leona C authored
      bfdae469
    • Leona C's avatar
      Tested doc build · 1ca477da
      Leona C authored
      1ca477da
    • Leona C's avatar
      e2322b66
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/pattern (#3471) · 1475a9c3
      Adam Procter authored
      * Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof
      
      * Whoops, forgot to commit the actual .clang-formats
      
      * Remove src/ngraph/type/.clang-format (it was having no effect)
      
      * Remove src/ngraph/distributed/.clang-format (it was having no effect)
      
      * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash)
      
      * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash)
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Revert "Un-relax comment wrapping in src/ngraph/state"
      
      This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
      
      * Un-relax comment wrapping in src/ngraph/pattern
      
      * Remove .clang-format
      1475a9c3