- 08 Feb, 2019 1 commit
-
-
Leona C authored
* Add new Introduction section based on IEEE presentation and illustrations * WIP changes to doc navigation * Update illustrations * Cleaner ToC * Minor fixes to the theme and removing useless bower files * Better captions * Revise intro * Latest * Make framework support section be its own section * More updates to backend support section and add a new cpp api * add changes to section * Update intro with better detail * Rework intro with better detail on motivation * Editing * Update README with new contrib guide filename * Add the illustration referred to RE MobileNet group convolution fusion * Fix off-by-a-line emph on code description * Fix off-by-a-line emph on code description
-
- 17 Jan, 2019 2 commits
-
-
Adam Procter authored
* Retire Reduce, ReduceWindow, SelectAndScatter * Remove lingering AnyAllReplacement code * Remove apparently-now-unused macro * Remove lingering op/reduce.hpp includes * Remove FunctionCall * Update Python stuff to remove FunctionCall, Reduce * Add Any/All tests to GPU manifest * Remove deleted .hpp #include from gpu_compiled_function.cpp * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing * Add reduce_function.cpp back into CMakeLists.txt * Remove #include of deleted reduce.hpp * Re-remove AnyAllReplacement from GPU passes * Remove deleted #includes from gpu_internal_function.cpp * Remove git conflict stuff (whoops) * Add newline at EOF, per review comment * Address flake8 complaint about unused import
-
Leona C authored
* Resolve doc build warning regarding footnote * Update for versioning
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 20 Dec, 2018 1 commit
-
-
L.S. Cook authored
* editing docs * more doc updates * Cleanup theme, update backends for PlaidML, remove stale font * Add PlaidML description and doc update that should have been added with PR 1888 * Add PlaidML description and doc update that should have been added with PR 1888 * Latest release doc updates * Add PlaidML description and doc update for PR 1888 * Update glossary with tensor description and quantization def * Refactor landpage with QuickStart guides * Add better details about nGraph features and roadmap * Placeholder detail for comparison section * Add section link * order sections alphabetically for now * update compiler illustration * Address feedback from doc review * Update illustration wording * Formatting and final edits * keep tables consistent * Clarify doc on bridge and compiler docs * Clarify doc on bridge and compiler docs * yay for more feedback and improvements * edit with built doc * Fix typo * Another phase of PR review editing * Final review comment resolved * note grammatically-correct wording preferred as often as possible. * First iteration of shared subgraphs with onnx doc * Updte onnx wheel install instructions with latest ngraph-0.9.0 versioning * Updte onnx wheel install instructions with latest ngraph-0.9.0 versioning * Update section on subgraphs and shared subgraph docs * Finalize edit of mxnet tutorial given status of our PR * Make sure latest conf py is being used * Update to latest index * Add link to design doc mentioned by Ashoke and update about for consistent headings * Update with PR feedback * Update with new pip install instructions * add more testing * Further feedback review included * Improve descriptions, given the new pip pkg install options * Add note to onnx_ssg_tutorial * Links updated to latest correct url * Improve docs for Beta * Reorganize TOC * Better org in sections * Make heading style consistent across indexes * Update intro to framework builders * Update intro to framework builders * Add feedback from reviewers * Minor fixes to ToC and editing * Add section on FMV for miscellaneous use cases * Update notice on README * Updte link to howto index * fix typo * fix note * Update glossary
-
- 13 Dec, 2018 1 commit
-
-
Aleksey Marchuk authored
-
- 12 Dec, 2018 1 commit
-
-
Adam Procter authored
* Skip --exclude-libs linker flag on macOS * Change test to if(LINUX) * Add "Any" op and AnyAllReplacement pass * Add AnyAllReplacement to IGPU backend * Stub (error-out) handlers for GPU and INTELGPU * Add 'All' op * Add AnyAllInsertion pass, deprecate deprecable ops, add stubs for INTELGPU * Add failing unit tests to INTELGPU manifest * Reduce boilerplate * Reduce more boilerplate * Add static keywords
-
- 10 Dec, 2018 1 commit
-
-
harryskim authored
* Removed winml from stack diagram * Removed winml from full stack diagram * Update README.md * update the diagram without winml * Changed sentence about WinML * Removed duplication
-
- 03 Dec, 2018 1 commit
-
-
L.S. Cook authored
-
- 01 Dec, 2018 2 commits
-
-
Scott Cyphers authored
-
L.S. Cook authored
-
- 30 Nov, 2018 1 commit
-
-
L.S. Cook authored
* New branch for doc changes * Slightly out of scope doc requests to make some people happier; this does technically change the API * Doc versioning even with Beta release * Don't remove markdown version of contrib guidelines after all * Update changes from earlier branch * Make sure ngraph-tf links to readme
-
- 28 Nov, 2018 1 commit
-
-
L.S. Cook authored
* copy license files to install directory (#2132) * Update to core docs * Fix rendering of graphic
-
- 27 Nov, 2018 1 commit
-
-
L.S. Cook authored
-
- 25 Nov, 2018 3 commits
-
-
harryskim authored
-
Michał Karzyński authored
-
L.S. Cook authored
-
- 20 Nov, 2018 1 commit
-
-
L.S. Cook authored
* editing docs * more doc updates * Cleanup theme, update backends for PlaidML, remove stale font * Add PlaidML description and doc update that should have been added with PR 1888 * Add PlaidML description and doc update that should have been added with PR 1888 * Latest release doc updates * Add PlaidML description and doc update for PR 1888 * Update glossary with tensor description and quantization def * Refactor landpage with QuickStart guides * Add better details about nGraph features and roadmap * Placeholder detail for comparison section * Add section link * order sections alphabetically for now * update compiler illustration * Address feedback from doc review * Update illustration wording * Formatting and final edits * keep tables consistent * Clarify doc on bridge and compiler docs * Clarify doc on bridge and compiler docs * yay for more feedback and improvements * edit with built doc * Fix typo * Another phase of PR review editing * Final review comment resolved * Update README with different sort of navigation options * Remove unnecessary repetition * Add links to announcement blogs for previous contributions to ONNX and PyTorch projects * Better link * Add syllabus for perf criterion * Editing and readability on README and add page for performance-validated workloads * Editing and readability on README and add page for performance-validated workloads * Editing and readability on README and add page for performance-validated workloads * Update README * Update illustrations with detail pertinent to br * Documenting diagram and updating about features faqs doc * Latest Beta doc updates * clarify wording on arch doc * Update deprecated INSTALL.md file and CONTRIB.md * Legacy framework support for neon removed; instead show how nGraph enables custom or customizable frameworks * nGraph Compiler stack beta * Add markdown version of some docs as requested * update full ng stack diagram * Make sure diagrams work after moving them to tld * Update ABOUT tld info doc with PR review feedback
-
- 09 Nov, 2018 2 commits
-
-
Adam Procter authored
* Add ShapeOf op * Helps to check in the source files * Add shape_of_scalar to unit test manifests * Add missing include to gpu_emitter.cpp * Change 'this op is experimental' wording per @indie's suggestion * New idea: let's try not mallocing 300 terabytes * Update interpreter implementation
-
L.S. Cook authored
* editing docs * more doc updates * Cleanup theme, update backends for PlaidML, remove stale font * Add PlaidML description and doc update that should have been added with PR 1888 * Add PlaidML description and doc update that should have been added with PR 1888 * Latest release doc updates * Add PlaidML description and doc update for PR 1888 * Update glossary with tensor description and quantization def * Refactor landpage with QuickStart guides * Add better details about nGraph features and roadmap * Placeholder detail for comparison section * Add section link * order sections alphabetically for now * update compiler illustration * Address feedback from doc review * Update illustration wording * Formatting and final edits * keep tables consistent * Clarify doc on bridge and compiler docs * Clarify doc on bridge and compiler docs * yay for more feedback and improvements * edit with built doc * Fix typo * Another phase of PR review editing * Final review comment resolved
-
- 30 Oct, 2018 1 commit
-
-
L.S. Cook authored
-
- 26 Oct, 2018 1 commit
-
-
L.S. Cook authored
-
- 22 Oct, 2018 2 commits
-
-
Adam Straw authored
* added half_toward_zero; all previous tests passing * all rounding modes added with unit tests * fix cpu emitter * round mode doc * round out round modes * doc typo * using names for round modes * use ceil/floor for rounding functions instead of round/nearbyint * clean up doc * equidistant
-
Scott Cyphers authored
-
- 18 Oct, 2018 2 commits
-
-
Adam Straw authored
* fixing some quantize and dequantize doc issues * Update doc/sphinx/source/ops/dequantize.rst * Update doc/sphinx/source/ops/dequantize.rst * Update doc/sphinx/source/ops/dequantize.rst * Update doc/sphinx/source/ops/quantize.rst * Update doc/sphinx/source/ops/quantize.rst * Update doc/sphinx/source/ops/quantize.rst * change output to hypertext * style check
-
L.S. Cook authored
* update sphinx reqs * update sphinx reqs
-
- 17 Oct, 2018 1 commit
-
-
Adam Straw authored
* add stub files for quant dequant * quantize / dequantize doc * Small doxygen fixes * Update quantize.rst * quant docs
-
- 16 Oct, 2018 2 commits
-
-
Scott Cyphers authored
-
L.S. Cook authored
-
- 12 Oct, 2018 1 commit
-
-
L.S. Cook authored
* initial rough draft * import changes md to release notes for readability * import changes md to release notes for readability * remove draft * update README with link to Release Notes * release notes link * fix graphic placement * Wording change on ONNX supported frameworks
-
- 09 Oct, 2018 1 commit
-
-
Adam Procter authored
-
- 05 Oct, 2018 1 commit
-
-
Scott Cyphers authored
* More op doc, fix formatting * sqrt, tan * Formatting.
-
- 01 Oct, 2018 1 commit
-
-
Scott Cyphers authored
* Sigmoid and tanh doc, edit for abs * Add equation for sigmoid.
-
- 29 Sep, 2018 1 commit
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
- 27 Sep, 2018 1 commit
-
-
L.S. Cook authored
* add DropOut op and stub to Documentation ToC * cleanup stub for dropout and add template for op additions * add checklist as helper for op_stub
-
- 19 Sep, 2018 1 commit
-
-
L.S. Cook authored
* fix Sphinx version for Jenkins and update nG versioning * Try stable verison of Sphinx 1.7 instead * postpone adding dropout op to make CI building happy
-
- 18 Sep, 2018 1 commit
-
-
Sevin F. Varoglu authored
* refactor distributed code * add test file changes * add distributed class * update test file
-
- 12 Sep, 2018 1 commit
-
-
L.S. Cook authored
* Update fusion doc and add ONNX build flag to buildlb doc * Fix PR comments * Final PR review comments addreswsed * Fix link on reformmatted doc README * Delete index.rst.save
-
- 06 Sep, 2018 1 commit
-
-
L.S. Cook authored
* Update doc build v and fix doc on captioning * Clarify to build the library * update link on README
-
- 22 Aug, 2018 1 commit
-
-
L.S. Cook authored
that doc build and all extensions work on 4k debian variants
-