1. 27 Nov, 2019 1 commit
    • Leona C's avatar
      Documentation for Dynamic Shapes and additional graph construction options (#3930) · 6433a8f0
      Leona C authored
      * Initial dynamic shapes doc
      
      * Basics on dynamic shapes, with example code
      
      * Add glossary defs and dynamic shapes example
      
      * Slightly better organization
      
      * Address make style check failure, maybe
      
      * Test dynamic shapes doc w 0.27.0-rc.0+9aa81d9
      
      * Resolve doc build error w new opset versioning
      
      * Review comments addressed
      
      * Add theme-relevant revised illustrations from collab_ngai
      
      * style
      
      * Style fixes
      
      * Run make style-apply with clang-format-3.9
      6433a8f0
  2. 20 Nov, 2019 2 commits
    • Leona C's avatar
      Fix CSS rendering issues (#3921) · f7dc9104
      Leona C authored
      f7dc9104
    • Leona C's avatar
      Update ToC to better match docplan spreadsheet (#3846) · fd94811e
      Leona C authored
      * New ToC
      
      * Working on docplan
      
      * Clean up for toc
      
      * Link to existing APIs on quantization doc
      
      * Better align topics with docplan ToC; add section for dyn shapes
      
      * Title casing to be consistent
      
      * PR reviews
      
      * New build preview
      
      * Add default opset version, new versioning schema
      
      * Remove duplicate file causing doc build warning
      fd94811e
  3. 28 Oct, 2019 1 commit
    • Leona C's avatar
      Stubs for Provenance documentation (#3781) · 5a61c135
      Leona C authored
      * Initial draft start
      
      * Add provenance doc
      
      * Another effort at resolving doc build warning
      
      * Revert file
      
      * Revise provenance intro
      
      * Ensure Clang dependencies update with new minimum version of clang needed
      
      * PR review feedback, cleanup other change added to collab_ngai
      5a61c135
  4. 14 Oct, 2019 1 commit
    • Leona C's avatar
      Leona/doc v0.26.0 rc.7 (#3762) · d4d169f3
      Leona C authored
      * Update changelog
      
      * Title casing requested for documentation landpage
      
      * Note new minimum version of Clang is 6
      d4d169f3
  5. 11 Oct, 2019 1 commit
    • Ewa Tusień's avatar
      [Py] Added operators GroupConvolution and RNNCell to Python API. (#3425) · 8d1e2196
      Ewa Tusień authored
      * [Py] Added operators GroupConvolution and RNNCell to Pythpn API
      
      * [Py] Removed code unrealated to branch.
      
      * [Py] Undo removed test.
      
      * [Py] Added removed decorator.
      
      * [Py] Code formatting.
      
      * [Py] Added ops to documentation's list.
      
      * [Py] Added skipped file.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * Revert "Merge branch 'master' into etusien/GroupConv_RNNCell"
      
      This reverts commit a1848ea48916b293d5260869b2a52827bea21981, reversing
      changes made to 6a60068abf8e5391bf875ee22573eb1aa388b047.
      
      * [Py] Reverted changes.
      
      * [Py] Changed imports' list
      
      * [Py] Added missed imports.
      
      * [Py] Added operators GroupConvolution and RNNCell to Pythpn API
      
      * [Py] Removed code unrealated to branch.
      
      * [Py] Undo removed test.
      
      * [Py] Added removed decorator.
      
      * [Py] Added ops to documentation's list.
      
      * [Py] Added skipped file.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * [Py] Reverted changes.
      
      * Revert "Revert "Merge branch 'master' into etusien/GroupConv_RNNCell""
      
      This reverts commit 9c46ce5d289dadc4979e4712c79fff84bb538652.
      
      * [Py] Reverted changes.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * [Py] Added PadType to Group Conv op.
      8d1e2196
  6. 10 Oct, 2019 1 commit
    • Leona C's avatar
      Fix version module and add latest release notes; update some doc indexes and menus (#3714) · 18d20b7b
      Leona C authored
      * Release notes 0.26.0-rc.3 and revise bridges overview
      
      * Fix version module and add latest release notes; update some doc menus
      
      * Let release notes be discoverable
      
      * Documentation master index
      
      * Documentation index pg
      
      * Update ops for version
      
      * Update illustration
      
      * Remove old illustration
      
      * Add note for 0-rc.4
      
      * Add section on NGRAPH_PROFILE_PASS to backend API
      
      * rc-0.5
      
      * Final preview 0.26 release notes
      
      * Note changes on Sum validation
      
      * Fix link syntax that breaks on Sphinx 3.0
      
      * Revert file that triggers unnecessary review
      
      * Typo fix
      
      * PR feedback
      
      * Consistency on section title capitalizations
      
      * Update link
      
      * Section title consistency
      18d20b7b
  7. 02 Oct, 2019 1 commit
  8. 28 Sep, 2019 1 commit
    • Leona C's avatar
      Theme updates for nGraph theme in Sphinx (#3597) · deb4baef
      Leona C authored
      * latest PlaidML-GPU updates for 0.26
      
      * More theme updates
      
      * Cleaner theme to match site
      
      * Update ngraph_theme
      
      * Update Release Notes page for 0.26
      
      * update theme WIP
      
      * Update theme w/feedback
      
      * Add top navigation menu
      
      * more theme customization and cleanup
      
      * Refine more details on new ngraph theme
      
      * Refine some xsys font-kerning
      
      * Theme updates
      
      * Add latest release notes
      
      * Update HE transformer doc
      
      * Fix rendering
      
      * Resolve doc build warnings
      
      * Add doc versions
      
      * test code removed
      
      * remove test code
      deb4baef
  9. 25 Sep, 2019 1 commit
  10. 20 Sep, 2019 1 commit
  11. 19 Sep, 2019 1 commit
    • Adam Procter's avatar
      Add RandomUniform op (#3611) · ab440246
      Adam Procter authored
      * Add RandomUniform op
      
      * Missing files
      
      * Make CPU compile again (RandomUniform tests still don't pass)
      
      * Bop users of existing RNGState class and reorder some comment junk
      
      * Try to bop RNGState in gcpu
      
      * Add RandomUniform to CPU manifest
      
      * Add RandomUniform to PlaidML manifest
      
      * Add .rst for random_uniform
      
      * Clean up junk in the .rst
      
      * Change UniformRNGState to always use double internally
      
      * Change weird test failure message
      
      * Compilation issues
      ab440246
  12. 12 Sep, 2019 1 commit
  13. 11 Sep, 2019 1 commit
    • Leona C's avatar
      Leona/doc static (#3519) · 0ab7b470
      Leona C authored
      * Static linking refactorization
      
      * File name changed
      
      * Doc for PR 3497 - improve static backend apis
      
      * Merge issue
      0ab7b470
  14. 06 Sep, 2019 1 commit
  15. 04 Sep, 2019 1 commit
  16. 30 Aug, 2019 1 commit
  17. 28 Aug, 2019 1 commit
  18. 20 Aug, 2019 5 commits
  19. 16 Aug, 2019 2 commits
  20. 14 Aug, 2019 1 commit
  21. 13 Aug, 2019 1 commit
  22. 12 Aug, 2019 1 commit
  23. 09 Aug, 2019 1 commit
  24. 08 Aug, 2019 1 commit
  25. 05 Aug, 2019 1 commit
    • Leona C's avatar
      Leona/doc 0.25 (#3388) · a92b30be
      Leona C authored
      * 0.25 prerelease
      
      * New branch for 0.25 docs
      
      * remove file from wrong directory
      a92b30be
  26. 02 Aug, 2019 1 commit
  27. 01 Aug, 2019 1 commit
  28. 31 Jul, 2019 1 commit
  29. 30 Jul, 2019 2 commits
  30. 25 Jul, 2019 1 commit
  31. 24 Jul, 2019 1 commit
  32. 23 Jul, 2019 2 commits