1. 10 Apr, 2018 1 commit
    • Jaikrishnan Menon's avatar
      Optimize 4D Reshape (#836) · b29f7220
      Jaikrishnan Menon authored
      * CPU: Optimize 4D "nGraph" Reshapes (shuffle+reshape)
      
      * CPU: Add kernel sources
      
      * CPU: Replace 2D with 3D reshape
      
      * CPU: Fixes
      
      * CPU: Simplify
      b29f7220
  2. 09 Apr, 2018 10 commits
  3. 08 Apr, 2018 1 commit
  4. 06 Apr, 2018 6 commits
  5. 05 Apr, 2018 7 commits
  6. 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
  7. 03 Apr, 2018 5 commits
  8. 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
  9. 30 Mar, 2018 4 commits
    • Nick Korovaiko's avatar
      RNN Fusion using Pattern Matcher (#741) · 2db236b7
      Nick Korovaiko authored
      * initial refactoring using PM
      
      * unit test pass
      
      * cosmetic changes
      
      * add another rnn test
      
      * address louis' feedback
      
      * lower-case labels
      2db236b7
    • Michał Karzyński's avatar
      Bugfix in tox.ini (#794) · 6909850e
      Michał Karzyński authored
      6909850e
    • arogowie-intel's avatar
      [Py] Python wrappers for nGraph operations. (#793) · 86fd6a53
      arogowie-intel authored
      * Add python wrappers for nGraph Cos, Cosh operations.
      
      - Update docstrings.
      
      * Enable auxiliary function running computation to accept multiple input nodes.
      
      * Python wrapper for nGraph Dot function with UT.
      
      * Update python wrappers for nGraph Exp and Equal operations.
      
      - Update docstrings.
      - Add UT for exp.
      
      * Update python wrappers for nGraph Floor, Greater, GreaterEq, Less, LessEq operations.
      
      - Update docstrings.
      - Add UT for ng.floor.
      
      * Update python wrapper for nGraph Log operation.
      
      - Update docstring.
      - Add UT.
      86fd6a53
    • Sandeep's avatar
      missed small nnp rename (#788) · 1a7ab108
      Sandeep authored
      1a7ab108