1. 14 Jun, 2019 10 commits
    • Adam Procter's avatar
      Fix up the validation_util function · 3be3c0b2
      Adam Procter authored
      3be3c0b2
    • Adam Procter's avatar
      Add DynElimination for DynBroadcast (#3062) · f21db619
      Adam Procter authored
      * Add DynElimination for Broadcast
      
      * Change silent bailouts for invalid shape/ETs to NGRAPH_CHECKs
      f21db619
    • Amy Zhuang's avatar
      66f6331b
    • Adam Procter's avatar
      Add execution tests for dynamic reduction ops; fix validation logic (#3061) · c95ee1e3
      Adam Procter authored
      * Add execution tests for dynamic reduction ops; fix validation logic
      
      * Add dynamic_GPU.all to manifest
      
      * Be explicit about the dynamic_GPU prefix in manifest
      c95ee1e3
    • gaurides's avatar
      Fuse Dropout (#3006) · 8c38db04
      gaurides authored
      * Initial implementation
      
      * Added test case
      
      * Bug fix; Dropout with 2 outputs, WIP
      
      * Fixed in unit-testl; WIP for model
      
      * Nothing is working
      
      * Revert "Nothing is working"
      
      This reverts commit d3ff09bb7a0d0519ab70ac85f2e7f30721afea96.
      
      * Fixed unit-test; fusion with 2 outputs
      
      * Fix style check, file permissions
      
      * Changed input arg to Node
      
      * Fix order of declaration
      
      * Improved performance
      
      * some cleanup
      
      * Fixed CI error
      
      * Fixed review comments
      
      * Fix CI error
      
      * Remove unused variable
      
      * Fix other CI errors
      
      * Changed type
      
      * Fix style check
      
      * Add codegen code for Dropout
      
      * addressed PR feedback; will add codegen support later
      
      * Cleanup; change variable name
      
      * Support for use_seed
      
      * Add setter for use_seed
      
      * Add setter for use_seed
      
      * Fix CI error
      
      * Make use_seed as arg
      
      * Fix CI error
      
      * Fix CI error
      8c38db04
    • Adam Procter's avatar
      Regenerate dyn_slice_test.in.cpp · 3d0b2be5
      Adam Procter authored
      3d0b2be5
    • Adam Procter's avatar
      Add DynElimination support for DynSlice (#3036) · 694024ee
      Adam Procter authored
      * Simple DynElimination test (not passing yet)
      
      * Implement DynElimination for DynSlice; simple test passing, but more needed
      
      * Add test generator for DynSlice
      
      * Add more tests (one not passing)
      
      * Rename update_reference.sh to update_convolution_reference.sh, to (hopefully) reduce confusion
      
      * Comment edits
      
      * Fix a couple more bugs, add a bunch of unit tests
      
      * A few more tests for the negative-stride slicing issue that's worrying me.
      
      * Refactor dyn slice test to improve compile time
      
      * Update comment
      
      * Further test refactoring: generate separate tests rather than one big one
      
      * More element type coverage because hey why not
      
      * Add more tests, per review comments
      694024ee
    • Daiki AMINAKA's avatar
      32b0e7e0
    • Robert Kimball's avatar
      Add copy of friendly name to ngraph::copy_function (#3047) · 41e1182f
      Robert Kimball authored
      * Copy friendly name when copying node
      
      * add unit test
      
      * style
      41e1182f
    • Robert Kimball's avatar
      Change hybrid to static library (#3051) · eb43fcc5
      Robert Kimball authored
      * wip
      
      * hybrid as a static backend and not part of ngraph
      
      * only for linux
      
      * fix link problem
      
      * style
      
      * remove hybrid
      
      * fix compile error
      eb43fcc5
  2. 13 Jun, 2019 6 commits
  3. 12 Jun, 2019 5 commits
    • Adam Procter's avatar
      Moar tests · 85582d0c
      Adam Procter authored
      85582d0c
    • Adam Procter's avatar
      wip · b9a599a1
      Adam Procter authored
      b9a599a1
    • Sang Ik Lee's avatar
      Change behavior of elementwise divide for integral type to match Python. (#3034) · 745c4001
      Sang Ik Lee authored
      * Change behavior of elementwise divide for integral type to match Python.
      
      * Fix CPU codegen.
      
      * Temp fix: Disable failing UT for IntelGPU
      
      * Divide: Add constructor option to specify rounding mode for Integral types.
      
      * Update serializer to support legacy Divide dump.
      
      * Restore modified UT.
      745c4001
    • Scott Cyphers's avatar
      GenerateMask correction (#3029) · f0552cc8
      Scott Cyphers authored
      * GenerateMask correction
      Add an attribute that controls if the seed should be set on each use
      Convert to new virtual method for description implementatin
      
      * Support for switching to dynamic attributes.
      
      * GenerateMask changes in CPU backend (#3042)
      
      * Add CPU builder and kernel for new GenerateMask API
      
      * Remove dead code
      
      * Fix unit-test, PR feedback, file permissions
      
      * Disable new test for non-supporting backends
      
      * Fix CI error
      
      * Codegen support
      
      * Style check
      
      * Fix CI error
      f0552cc8
    • Michał Karzyński's avatar
      [ONNX] Add MatMulInteger op (#3011) · e51c5824
      Michał Karzyński authored
      * Unit tests for MatMulInteger
      
      * Add ONNX MatMulInteger op
      
      * Add QuantizedLinearMatmulInteger builder
      
      * Additional unit test
      
      * Exclude tests on nVidia GPU backend
      
      * Add 4D test case
      
      * Enable >2D MatMulInteger
      
      * Refactoring to MatMulFactory - step 1
      
      * Refactoring to MatMulFactory - step 2
      
      * Remove `using namespace ngraph` to make `Node` unambiguous.
      
      * Disable quantized ops tests on GPU backend
      
      * Remove unused `includes`
      
      * Remove redundant dynamic_pointer_cast
      
      * Remove redundant `move`
      
      * Add const correctness
      
      * Code review comments
      
      * Style apply
      
      * Add documentation
      
      * Use more complex shapes in tests
      e51c5824
  4. 11 Jun, 2019 3 commits
  5. 08 Jun, 2019 3 commits
  6. 07 Jun, 2019 8 commits
  7. 06 Jun, 2019 3 commits
  8. 05 Jun, 2019 2 commits