1. 09 Apr, 2018 2 commits
  2. 08 Apr, 2018 1 commit
  3. 06 Apr, 2018 6 commits
  4. 05 Apr, 2018 7 commits
  5. 04 Apr, 2018 4 commits
    • DawnStone's avatar
      simplify contrib/docker Makefile and make targets (#797) · 86f88126
      DawnStone authored
      * saved a simplified contrib/docker/Makefile and helper scripts
      
      * fixed flow for make targets
      
      * restored original definition for setting the PARALLEL option on the command line per github comments
      
      * remove double build for make install targets
      
      * added a save for the ngraph_dist_gcc.tgz to maintain existing behavior
      
      * fixed passing the PARALLEL value to the make targets
      
      * integrated latest working build-ngraph-and-test script
      
      * integrated the latest working Makefile
      
      * removed reference to the THIRD_PARTY_CACHE_DIR (for future)
      
      * updated the contrib/docker/README.md file
      86f88126
    • Nick Korovaiko's avatar
      Support multi-output ops in Adjoints (#796) · 5f0e8dc3
      Nick Korovaiko authored
      * refactor Adjoints to support multi-output ops
      
      * passing tests
      
      * switch to generate_adjoints(deltas) and backprop_node
      
      * remove debugging code
      
      * fix error msg
      
      * fix typo adjoitns
      
      * fix comp errors in mnist_mlp
      5f0e8dc3
    • tsocha's avatar
      [Py]Fix problem with double set layout (#808) · 3e680b68
      tsocha authored
      * [Py]Fix problem with double set layout
      
      * Extend UT for coverage double set layout
      3e680b68
    • Scott Cyphers's avatar
      Compiler work-arounds. (#807) · c2a09de9
      Scott Cyphers authored
      c2a09de9
  6. 03 Apr, 2018 5 commits
  7. 02 Apr, 2018 2 commits
    • Pruthvi's avatar
      Pruthvi/bn to support globalstats (#783) · 1d80cabe
      Pruthvi authored
      * WIP support bn training for global_stats
      
      (cherry picked from commit eb81a37328ea177b1d58c9eebdbb345e0fa25f0d)
      
      * - Style fix
      - Fix test case
      
      * Addressed PR comments
      - added support for bn training/inference with a same ctor
      - added more verbose comments in bn header
      
      * Fixed bn serializer and default value in bn ctor for bwd compatibility
      
      * proposed docs change
      
      * - Addressed PR comments
        - added support to compute bn inference/training using same mkldnn kernel with global stats
      
      * fix unit bn relu unit test
      1d80cabe
    • Robert Kimball's avatar
      add random init for all input types, not just float (#799) · df845963
      Robert Kimball authored
      * add random init for all input types, not just float
      
      * remove debug
      df845963
  8. 30 Mar, 2018 5 commits
  9. 29 Mar, 2018 8 commits
    • Robert Kimball's avatar
      2fa3e1a8
    • Nick Korovaiko's avatar
      324efb18
    • Nick Korovaiko's avatar
      Relu(BatchNorm) Fusion (#757) · 5b760fff
      Nick Korovaiko authored
      5b760fff
    • L.S. Cook's avatar
      Editing TF bridge integration docs (#786) · 334ae2ad
      L.S. Cook authored
      334ae2ad
    • Michał Karzyński's avatar
      [Py] Unify setup.py (#761) · 5b3ff145
      Michał Karzyński authored
      5b3ff145
    • Nishant Patel's avatar
      Change serialize routine (#780) · 296dbd6a
      Nishant Patel authored
      * Change serialize routine
      
      * Change serialize routine call for onnx
      
      * Update function type annotation.
      296dbd6a
    • Avijit's avatar
    • arogowie-intel's avatar
      [Py] Python wrappers for nGraph ops. (#760) · 9aa63947
      arogowie-intel authored
      * Update avg_pool signature to be consistent with ngraph AvgPool.
      
      - Change parameters order and use more appropriate paramter names.
      - Add docstring.
      
      * Single file with test for pooling operations.
      
      - Add test for avg_pool for 2D case.
      
      * Code refactoring.
      
      - Rename parameters to be more verbose.
      - Change function return type, to enable general usage.
      
      * Add UT for ceil, ceiling and abs.
      
      * Update docstrings and type annotations.
      
      * Add UT for broadcast operation.
      
      * Add UT for concat operation.
      
      - Minor change: add optional node name function parameter.
      
      * Code formatting.
      
      * UT for constant and convert operations.
      
      - Move broadcast test to test_basic.py file.
      
      * Update function signature.
      
      - Update to be consistent with nGraph object API.
      
      * Review fix.
      
      - Update type annotations.
      - Update docstring.
      - Change local variables names to be consistent.
      
      * Refactoring - put some commonly used functions into util.py.
      
      * Update convolution operation signature.
      
      - Add docstring
      - Update to be consistent with respective nGraph object API.
      - Formatting in UT.
      
      * Fix import statements under py27.
      
      * Correct quotation marks.
      
      * Revert changes: use AxisSet as a return type.
      
      * Review fix.
      
      - Update parameter names to be consistent with respective parameters of nGraph object constructors.
      
      * Review fix
      
      - Set seed for random number generation to be repeatable.
      - Use numpy.allclose.
      
      * Change serialize routine
      
      * Change serialize routine call for onnx
      
      * Run clang-format on constant.cpp
      
      * Update function type annotation.
      9aa63947