1. 05 Jul, 2018 1 commit
  2. 03 Jul, 2018 1 commit
  3. 02 Jul, 2018 2 commits
    • Sandeep's avatar
      move sigmoid to core fusion (#1132) · d05b5e39
      Sandeep authored
      * declare sigmoid for core fusion
      
      * add simple test for sigmoid
      
      * info fusion status
      
      * cp op as main op
      
      * builds as expected
      
      * move sigmoid fusion code
      
      * add reference kernel
      
      * sigmoid bprop reference kernel and clang-format
      
      * add delta to bprop
      
      * fprop called
      
      * compiles bprop
      
      * move tests
      
      * serializer support
      
      * address comments in code
      
      * add doc
      
      * naming similar to core ops
      
      * fix failing test
      
      * fix failing test
      
      * address clang issue
      
      * more changes
      
      * change test macro
      d05b5e39
    • L.S. Cook's avatar
      18e58ea9
  4. 26 Jun, 2018 1 commit
    • L.S. Cook's avatar
      Leona/patternmatchdoc (#1057) · a2732033
      L.S. Cook authored
      * editing how to execute computation file for clarity and linenos
      
      * Add placeholder for runtime docs
      
      * Update section on backends, interpreter, and FPGA options
      
      * add updated master to fix python_ci
      
      * Weird autosummary issue reverted
      
      * Clarify new section
      
      * fix up docs
      
      * Update pattern matcher doc based on Nik's presentation slides WIP
      
      * Update doc structure and examples
      
      * remove old folder
      
      * Fix broken Tensorview refs
      
      * . helping people document code more efficiently
      
      * PR review edits
      
      * Finish PR review comment fixes so far
      
      * split patternmatcher PR
      
      * small fixes to PM docs
      
      * remove mark tags from source code
      
      * Final PR cleanup edits
      a2732033
  5. 20 Jun, 2018 1 commit
  6. 06 Jun, 2018 1 commit
  7. 21 May, 2018 1 commit
    • L.S. Cook's avatar
      Docs/editing (#1026) · 98740cd7
      L.S. Cook authored
      * editing how to execute computation file for clarity and linenos
      
      * Add placeholder for runtime docs
      
      * Update section on backends, interpreter, and FPGA options
      
      * add updated master to fix python_ci
      
      * Weird autosummary issue reverted
      
      * Clarify new section
      
      * remove renamed file
      
      * sentence structure
      98740cd7
  8. 15 May, 2018 1 commit
    • L.S. Cook's avatar
      Leona/onnxdoc2 (#1013) · 60d39747
      L.S. Cook authored
      * Make sure that generating pyapi does not throw errors due to directory structureor linenos
      
      * update docs
      
      * one blank line instead of two
      
      * blank line error resolve
      60d39747
  9. 11 May, 2018 1 commit
  10. 10 May, 2018 1 commit
  11. 08 May, 2018 4 commits
    • L.S. Cook's avatar
      Leona/doc cleanup 2 (#946) · 22ea1f95
      L.S. Cook authored
      * doc updates
      
      * test add section on transformers to graph basics
      
      * Fix typo on abs
      
      * Adding more background and detail for graph-building concepts unique to nGraph
      
      * First pass at updating nGraph basics for StackOverflow kinds of questions
      
      * Forgot to add a file
      
      * Update for new naming and capitalization conventions
      
      * add edits from first PR review
      
      * More updates from PR review
      22ea1f95
    • 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
    • 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
    • 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
  12. 01 May, 2018 1 commit
  13. 30 Apr, 2018 1 commit
  14. 27 Apr, 2018 2 commits
  15. 26 Apr, 2018 3 commits
  16. 23 Apr, 2018 1 commit
  17. 20 Apr, 2018 1 commit
  18. 16 Apr, 2018 1 commit
  19. 13 Apr, 2018 1 commit
  20. 10 Apr, 2018 1 commit
  21. 09 Apr, 2018 1 commit
    • L.S. Cook's avatar
      Editing so far for review and feedback (#813) · a2ab7b50
      L.S. Cook authored
      * WIP editing so far for review and feedback
      
      * Add missing env var export for neon install new process
      
      * Add modified venv setup for TF
      
      * More edits for FW integration and landpage
      
      * Revise from PR feedback
      
      * More PR feedback and editing for clarity
      
      * Minor rewording, clearer explanation
      
      * Final pass edit
      
      * more editing
      a2ab7b50
  22. 03 Apr, 2018 1 commit
  23. 29 Mar, 2018 2 commits
  24. 26 Mar, 2018 2 commits
    • Adam Procter's avatar
      Increment version number to 0.2.0 (#758) · d2e23dea
      Adam Procter authored
      d2e23dea
    • L.S. Cook's avatar
      Leona/neon install 2 (#731) · 393a27e2
      L.S. Cook authored
      * update CentOS requs
      
      * doc link imports title of section so remove redundant word
      
      * CentOS getting its own section for install
      
      * don't need both http and ssh clone for centos
      
      * don't need to be root to install ngraph
      
      * Integrate PR comments
      
      * Update section on CentOS install for nGraph with PR feedback
      393a27e2
  25. 23 Mar, 2018 1 commit
  26. 22 Mar, 2018 1 commit
  27. 20 Mar, 2018 1 commit
  28. 19 Mar, 2018 3 commits
    • L.S. Cook's avatar
      Doc validation2 (#684) · 25720a80
      L.S. Cook authored
      * File renaming missed in git add earlier
      
      * More doc validation for neon install
      
      * Typo on sphinx syntax for ordered list
      
      * Missed a delete
      
      * More clarity on optional steps WRT virtualenv and opt dirs
      
      * Rendering subbullets as bullets for clarity and fix typo
      
      * New docbuild graphic now working
      
      * Framework intg guide updated with ngraph-neon doc improvements
      25720a80
    • Leona C's avatar
      Remove redundant section · 5481af83
      Leona C authored
      5481af83
    • Leona C's avatar
      Updated graphic, about page, etc · 5e77b418
      Leona C authored
      5e77b418
  29. 20 Mar, 2018 1 commit