1. 29 Mar, 2018 8 commits
    • 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
    • Jaikrishnan Menon's avatar
      ac9bd2ef
    • Jaikrishnan Menon's avatar
      CPU: Rename PREFER_EIGEN to something clearer (#777) · 2b7db6d7
      Jaikrishnan Menon authored
      * CPU: Rename PREFER_EIGEN to something clearer
      
      * More renaming
      2b7db6d7
    • Yixing Lao's avatar
      NNP test include refactoring [needs this in NNP repo] (#767) · 5c206d26
      Yixing Lao authored
      * move to test_nnp_backend.cpp
      
      * format
      
      * link libnnp.so in unittest
      5c206d26
  2. 28 Mar, 2018 16 commits
  3. 27 Mar, 2018 5 commits
  4. 26 Mar, 2018 10 commits
  5. 25 Mar, 2018 1 commit