1. 31 Jul, 2019 1 commit
  2. 25 Jul, 2019 1 commit
  3. 24 Jul, 2019 1 commit
  4. 23 Jul, 2019 3 commits
  5. 22 Jul, 2019 1 commit
    • Ewa Tusień's avatar
      [Py] Added elu operator to Python API. (#3236) · e4955613
      Ewa Tusień authored
      * Added elu operator to Python API.
      
      * Added missing file.
      
      * Specified elu function description.
      
      * Expand docstring
      
      * [Py] Added test with scalar for elu operator.
      
      * Bugfix
      
      *  [Py] Changed input type in elu test.
      
      * Update test_ops_binary.py
      
      * [Py] Syntax bugfix.
      
      * [Py] Added elu operator to list in documentation.
      e4955613
  6. 19 Jul, 2019 1 commit
    • Leona C's avatar
      Update README to fix broken TF link (#3192) · 90ca4d87
      Leona C authored
      * Update ngtf bridge doc for generic versioning
      
      * Many improvements, including previous group-based edits
      
      - New section for docs on extra-experimental project-based features
      - Team-based edits from PR 2994 added
      - Reorganize GSG sections to be cleaner for getting started
      - Fix link style warning generated by broadcast.hpp
      
      * Update README with correct ngraph-bridge link on tf repo
      
      * Fix comment so warning not generated on broadcasting op
      
      * Add latest doc changes to ReleaseNotes
      
      * Fix wording suggestion on PR review
      
      * Update HE Transformer experimental backend
      90ca4d87
  7. 18 Jul, 2019 1 commit
  8. 17 Jul, 2019 2 commits
  9. 10 Jul, 2019 1 commit
  10. 02 Jul, 2019 2 commits
  11. 28 Jun, 2019 1 commit
  12. 27 Jun, 2019 2 commits
  13. 26 Jun, 2019 3 commits
  14. 21 Jun, 2019 1 commit
    • Leona C's avatar
      Documentation updates for 0.21.0 (#3010) · b8056257
      Leona C authored
      * WIP more guides and tutorials for the docs
      
      * Update Guides and structure
      
      * Update Guides and structure
      
      + Test documentation build on Clear Linux OS;
      + Fix a few links and redirs.
      + Note rc-naming conventions in doc may be tag-generalized.
      
      * documentation supports various rc-naming conventions
      
      * Add instructions on building nGraph bridge from src
      
      * Update ngtf bridge versions to 0.14.1 and TensorFlow's bazel dependency to 0.24.1
      
      * Use consistent file naming on all BE indexes
      
      * Fix comma
      
      * Templatize versioning for releases starting 0.20 and add placeholders for changes by components
      
      * Remove typo
      
      * Minor formatting fixed
      
      * Document how to find or display built version of nGraph
      
      * Start a r0.21 for doc that also fixes broken link and typo
      
      * Correct use of console command context for version check
      
      * Minor fixes to doc-contributor-README
      
      * Docs for version 0.21
      
      * Ensure docs build without error
      
      * Assign ownership project README and intro for new ngraph.ai site to Straw
      
      * Note deprecated Tensor API in doc
      
      * Update to generic versioning on core doc for importing via built wheels
      
      * Resolve merge conflicts leftover from v20 version request changes
      
      * remove typo and suggested use of prebuilt LLVM since newer OSes do not have them available
      
      * Update to latest
      
      * Update with review from PR and ngraph bridge team
      
      * Update right section with review from PR and ngraph bridge team
      
      * Ensure doc example folders have owners from the component
      
      * Push edit of tensorflow_connect to v0.22 docs
      
      * Update Python wheel building instructions to newer version
      b8056257
  15. 28 May, 2019 1 commit
    • Leona C's avatar
      Leona/doc v0.20 (#2971) · 14f16bc1
      Leona C authored
      * Cleanup section
      
      * Add updated illustrations for pattern_matcher and tensor_descriptor
      
      * Add subsection link to be consistent
      14f16bc1
  16. 23 May, 2019 1 commit
    • Leona C's avatar
      Update version, clean up ToC, add more detail to section on inspectin… (#2947) · 144a5d18
      Leona C authored
      * Update version, clean up ToC, add more detail to section on inspecting graphs...
      
      * Minor adjustments to version module
      * Move distributed training page to extras since there's not much there
      * Fix links that break when doing that
      * Consistent casing on section titles
      * Orphan governance page so we don't have blank/empty links
      * Update release notes with new version module structure
      
      * PR feedback
      144a5d18
  17. 15 May, 2019 1 commit
  18. 09 May, 2019 2 commits
  19. 01 May, 2019 1 commit
    • Leona C's avatar
      Update documentation section on graph visualization, fix ngraph bridge link, etc. (#2818) · 2147309f
      Leona C authored
      * Update for v 0.19
      
      * Add rnotes from github releases page
      
      * Add section on graph inspection tools, add link to HE transformer, and fix link to ngraph bridge for Tensorflow
      
      * Fix broken links
      
      * Remove MANYLINUX from list of default flags
      
      * Revise some for new script loc
      
      * Add stub for ngc_util python script
      
      * Might as well link to open source file
      
      * original file from Vasanth Tovinkere
      
      * updated to handle more attributes.
      
      * Update new script loc and details
      
      * Revise intro
      
      * Clarify large graphs generated from script best read on gephi or cytoscape only
      
      * Edit oddly-worded sentence for clarity
      
      * Delete ngraph_json_to_graphml.py
      
      * Delete ngc_util.py
      
      * Add nGraph logo, update color scheme, disallow preprocessing of frontends' markdown UI
      
      * Finalize doc changes for release v0.19
      
      * PR feedback on nGraph-friendly tools
      2147309f
  20. 17 Apr, 2019 1 commit
  21. 10 Apr, 2019 1 commit
  22. 05 Apr, 2019 1 commit
    • Adam Procter's avatar
      Change OneHot to accept only integral types (#2689) · 9fea22b2
      Adam Procter authored
      * Change OneHot to accept only non-real types
      
      * Update docstring
      
      * Update Python test
      
      * Add is_integral to element::Type
      
      * Update docs
      
      * Change is_integral to false for boolean
      
      * Revert "Change is_integral to false for boolean"
      
      This reverts commit 099ff378ae7fcbd1d9346665812f6b95e4886186.
      
      * Revert "Add is_integral to element::Type"
      
      This reverts commit 58fdf76fecaefdad10431f9a894523f326f3adca.
      
      * Change is_integral so it is, by definition, !is_real
      9fea22b2
  23. 04 Apr, 2019 1 commit
    • Leona C's avatar
      Update template for release notes and CHANGELOG with latest few summaries from… · 400bf7da
      Leona C authored
      Update template for release notes and CHANGELOG with latest few summaries from ngraph releases repo (#2696)
      
      * Update Release Notes for Github summaries, incorporate feedback from doc review, fix typos, etc
      
      * Fix links
      
      * Rename RCs on template
      
      * PR reviews
      
      * Remove trailing spaces and add clarification on Python API example
      
      * Fix typo
      400bf7da
  24. 29 Mar, 2019 1 commit
  25. 28 Mar, 2019 1 commit
    • Jianying Lang's avatar
      Add BroadcastDistributed op (#2243) · 3af7837b
      Jianying Lang authored
      * Add MPI_Bcast to nGraph core
      
      * Add mpi_broadcast op and pass the unit test on CPU backend
      
      * Modify API for MLSL
      
      * Remove unused variable
      
      * Fix the format
      
      * Add the op call in python/pyngraph/ops/regmodule_pyngraph_op.cpp.
      
      * Fix emitter function for DistBroadcast op
      
      * Fix format
      
      * Fix the emitter function for distbroadcast op
      
      * Fix format
      
      * Delete the reference code for distbroadcast op
      
      * Include mlsl.h from ngraph build for genernal external usage
      
      * Change back for build
      
      * Fix alphabetical order issue and line space
      
      * Rename disbroadcast to broadcastdistributed
      
      * Change back continue
      
      * Update the changes
      
      * Fix style
      
      * Delete unused variables
      
      * Change some text format
      
      * Add support for interpreter backend for broadcastdistributed
      
      * Delete some redundant code
      
      * Fix format
      
      * rename
      
      * remove unused file
      
      * More renames
      
      * renaming
      
      * Remove one unused file
      
      * Fix a bug
      
      * add back redundant
      
      * One more commit
      
      * More commits
      
      * Unify distributed_send and distributed_recv functions
      
      * Fix format
      3af7837b
  26. 27 Mar, 2019 2 commits
    • Leona C's avatar
      Note experimental Codegen (#2672) · 857093c1
      Leona C authored
      * [ONNX] Add documentation
      
      * Update documentation contributor's instructions
      
      * Doc theme to match ngraph.ai
      
      * Minor formatting fixes and PR feedback
      
      * ToC fixes
      
      * ToC fixes
      
      * Add changes
      
      * Be consistent with BUILDDIR
      
      * Be consistent with substitution
      
      * Update Makefile
      
      * Update style check, add feedback from reviewers, remove outdated link on ReleaseNotes
      857093c1
    • Leona C's avatar
      ngraph.ai theme (#2654) · b0d86687
      Leona C authored
      * [ONNX] Add documentation
      
      * Update documentation contributor's instructions
      
      * Doc theme to match ngraph.ai
      
      * Minor formatting fixes and PR feedback
      
      * ToC fixes
      
      * ToC fixes
      
      * Add changes
      
      * Be consistent with BUILDDIR
      
      * Be consistent with substitution
      
      * Update Makefile
      b0d86687
  27. 26 Mar, 2019 1 commit
  28. 22 Mar, 2019 1 commit
    • harryskim's avatar
      Revamp doc intro (#2588) · 51270c68
      harryskim authored
      * Delete old stack diagram
      
      * Update first paragraph
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Introduction graph optimization diagram
      
      * Update introduction.rst
      
      * Introduction kernel to deep learning frameworks
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Delete intro_kernel_to_fw.png
      
      * Introduction kernel to frameworks with accent
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Introduction multiplying kernels
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Delete intro_kernel_to_fw_accent.png
      
      * Introduction kernel explosion image
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Update introduction.rst
      
      * Edit introduction to be relevant to a wider audience
      
      * Refine intro
      
      * writing thru another draft
      
      * Another batch of updates
      
      * Tie the conclusion to the intro
      
      * Clean up the doc
      
      * First reviewer feedback done!
      
      * fix typo
      
      * fix typos
      
      * Minor formatting fixes
      51270c68
  29. 21 Mar, 2019 1 commit
    • tsocha's avatar
      [ONNX] Enable Pad modes for ONNX pad operator (#2590) · f8146495
      tsocha authored
      * Add support for negative padding
      
      * Use std::bind in pad builder check
      
      * Add support for negative padding in CPU backend
      
      * Updated kernel to do pad+slice
      
      * Remove type conversion warnings
      
      * Fix review comments
      
      * Remove interior padding from core op and interpreter stuff
      
      * Update backends other than GPU for retirement of padding_interior
      
      * Skeleton of support for edge/reflect padding
      
      * Post-merge cleanup
      
      * Attempt reference implementation for EDGE.
      
      * Fix the edge-padding reference, and add some unit tests
      
      * Implement REFLECT padding ref; add tests
      
      * Fixes to the CPU stuff so it compiles now
      
      * Fix test
      
      * Add support for different pad modes
      
      * Restore a stub get_padding_interior function, and tweak some stale comments
      
      * Update ONNX importer to not supply interior padding value; add checks for padding-too-small for EDGE and REFLECT
      
      * Typo
      
      * Bop a warning
      
      * Attempt fix to INTELGPU backend
      
      * Attempt another fix to INTELGPU backend
      
      * Fix pyapi
      
      * Style apply
      
      * Add support for padding modes
      
      * Remove unnecesary node validation checks
      
      * Remove tests for minimal reflect and edge pad
      
      * Remove commented tests
      
      * Remove unnecesary Asserts
      
      * Little update of pad documentation
      
      * Monospace for pad_mode options
      
      * Revert "Remove tests for minimal reflect and edge pad"
      
      This reverts commit 81e4787ea47195b832cab1452dde698bc05776fe.
      
      * Revert "Remove unnecesary node validation checks"
      
      This reverts commit 7e68db7564f3c9b1fd40e7db1d1bda4e0677cad9.
      
      * Test only spatial dims
      
      * axis -> spatial axis
      
      * Fix typo
      
      * Style check
      
      * Update test
      
      * Add CoordinateDiff include
      
      * Remove pad_mode from tree visualization
      
      * Convert padding into NVShape
      
      * Skip failing tests on GPU
      
      * Revert mode change
      
      * Remove merge artifact
      
      * Rename pad kernel into pad_ref
      f8146495
  30. 18 Mar, 2019 1 commit
    • Leona C's avatar
      Update sitemap.rst (#2631) · 56f673bb
      Leona C authored
      * Update sitemap.rst
      
      * Update sitemap.rst
      
      using the structure suggested by Kevin P instead
      56f673bb
  31. 15 Mar, 2019 1 commit
    • Leona C's avatar
      Compiler passes section collab (#2533) · a8b789fc
      Leona C authored
      * Cleaner API doc reference for compile call
      
      * Add a useful table for nGraph namespaces
      
      * Remove layout namespace
      
      * Show exploding kernel problem on illustration like IEEE preso
      
      * WIP branch for new documentation restructuring that is a huge pain
      
      * Fix the doc reorg mess
      
      * Fix underline
      
      * List of passes disclaimer note
      
      * Update disclaimers on README
      
      * More cleanup of doc reorg
      
      * Update core docs
      
      * Update overview on core
      
      * Add PR feedback
      
      * Get rid of all the gazillion of doc build errors from rearranging stuff
      
      * Add section on tutorials
      
      * Update branch
      
      * Cleanup intro
      
      * Add better detail to overview
      
      * Revise buildlb instructions and add better title for contributing to doc
      
      * Note about unit tests
      
      * Editing
      
      * Update core overview namespace table and fix more broken links due to ToC changes
      
      * Add doc on pass manager register and run passes code from unit tests
      
      * Add doc on pass manager register and run passes code from unit tests
      
      * Make the compiler passes section more awesome
      
      * Consistent sentence case on all ToC headings
      
      * Update for gold docs
      
      * Add better detail about execution interface
      
      * Minor edits
      
      * Revert strange change
      
      * Update with bucketed list of passes
      
      * Fix build error
      a8b789fc