1. 08 May, 2018 12 commits
    • Adam Rogowiec's avatar
      [Py] (Partially) automatic generation of python API doc (#973) · 11ec6449
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      
      * FIX: Disable autogeneration of summary files in documentation.
      
      * Remove redundant file containing duplicate information.
      
      * Remove unused Sphinx extensions.
      
      * (Partially) automatic generation of python API doc.
      
      - Detailed documentation is generated automatically
      - Summaries are generated automatically for all files except runtime.py
        which is parsed incorrectly.
      - No additional steps required. Only run `make html`. Under the hood there
        is lunched script which generates all required files to some temporary
        directory under `/tmp/sphinx_auto_py_doc/` and copied to docs directory
        afterwards.
      - Remove `autosummary_generate` from in configuration file since we use
        custom script which performs this step.
      
      * Review update.
      
      * Automatically generated stub files for doc.
      
      - Added just few empty lines which has been removed during recent merge.
      11ec6449
    • Fenglei's avatar
      add gpu concat op (#931) · 57d58e50
      Fenglei authored
      * add concat op
      
      * change to concat
      
      * add more code for gpu concat
      
      * compile sucess version with bug
      
      * add emit_concat_op
      
      * runable with wrong result
      
      * working version
      
      * add some comments
      
      * delete old comments.
      
      * delete old comments.
      
      * remove bug doxyen comments
      57d58e50
    • Nick Korovaiko's avatar
    • Christian Convey's avatar
      Fixes compiler warning. (#974) · acc4e46d
      Christian Convey authored
      acc4e46d
    • Pruthvi's avatar
      update mkldnn to version v0.14 (#971) · 28797f78
      Pruthvi authored
      28797f78
    • Robert Kimball's avatar
    • DawnStone's avatar
      add apt-transport-https for contrib/docker/Dockerfile for GPU on Ubuntu 16.04 (#953) · c06769d9
      DawnStone authored
      * workaround to avoid apt-get update error for GPU docker image build on Ubuntu 16.04: The method driver /usr/lib/apt/methods/https could not be found.
      
      * removed extraneous proxy variables from the contrib/docker/Dockerfile for GPU on Ubuntu 16.04
      c06769d9
    • Nick Korovaiko's avatar
      Algebraic Simplification for Product (#949) · 659d2565
      Nick Korovaiko authored
      * product simplifier
      
      * char -> signed char
      659d2565
    • Jayaram Bobba's avatar
      Computation reuse (#945) · 41c50b44
      Jayaram Bobba authored
      * Make temp memory pools static to avoid memory allocation overheads
      
      * Initial implementation for graph control to enable caching and computation reuse
      
      * Added sphinx documentation
      
      * Turned off memory buffer reuse in CPU transformer to support computation reuse. Added unit test
      
      * Change memoizable to cacheable
      
      * Change memoizable to cacheable
      
      * Rename variables
      41c50b44
    • DawnStone's avatar
    • Adam Rogowiec's avatar
      [Py] Fix Python API doc. (#921) · 882e721c
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      
      * FIX: Disable autogeneration of summary files in documentation.
      882e721c
    • Nick Korovaiko's avatar
      MaxPoolWithIndices (#900) · a174c8c9
      Nick Korovaiko authored
      * MaxPoolWithIndices CPU Fusion
      
      * fix test to pass checks in cpu_fusion
      
      * pass test
      
      * clean up
      
      * add a new pass, add layouts
      
      * remove the opt from cpu_fusion
      
      * refactor cpu_layout logic for maxpool, clean up comments
      
      * add comment w.r.t. indices tensor
      
      * rename to cpu_workspace_insertion
      
      * add CPUWorkspaceInsertion pass for TF
      a174c8c9
  2. 07 May, 2018 2 commits
  3. 06 May, 2018 1 commit
  4. 05 May, 2018 2 commits
  5. 04 May, 2018 9 commits
  6. 03 May, 2018 3 commits
  7. 01 May, 2018 3 commits
  8. 30 Apr, 2018 3 commits
  9. 28 Apr, 2018 1 commit
  10. 27 Apr, 2018 4 commits