- 04 Apr, 2019 1 commit
-
-
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
-
- 29 Mar, 2019 1 commit
-
-
Leona C authored
* Update MXNet bridge info page * Fix warning from docbuild due to heading * Update page on distributed training
-
- 28 Mar, 2019 1 commit
-
-
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
-
- 15 Mar, 2019 1 commit
-
-
Adam Procter authored
* Add construction API for Transpose * Add type propagation unit tests for Transpose * Add Transpose to op_tbl, add cases for serializer, stub out execution in INTERPRETER * Add docs for Transpose * Remove commented-out code * Add stub cases for op_tbl-dependent stuff * Fix missing FAIL()s in the transpose exception checks; fix validate_and_infer_types check
-
- 23 Feb, 2019 1 commit
-
-
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
-
- 17 Jan, 2019 1 commit
-
-
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
-
- 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
-
- 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
-
- 01 Dec, 2018 1 commit
-
-
Scott Cyphers authored
-
- 09 Nov, 2018 1 commit
-
-
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
-
- 22 Oct, 2018 1 commit
-
-
Scott Cyphers authored
-
- 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
-
- 05 Oct, 2018 1 commit
-
-
Scott Cyphers authored
* More op doc, fix formatting * sqrt, tan * Formatting.
-
- 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
-
- 03 Aug, 2018 1 commit
-
-
L.S. Cook authored
* update frameworkdocs * revise docs with new MXNet bridge code instructions * revise docs with new MXNet bridge code instructions
-
- 19 Jul, 2018 1 commit
-
-
L.S. Cook authored
* update version and add glossary defs * clean up graph rewrite code blocks * PR feedback * add better details to LSTM def * RNN def generalized * adding fancy formulas to RNN def glossary entry * Address API breaking change in PR 1164 * all of the documentation re default install path needed updated with pr 1164 * Assert manual compilation process to build ngraph_dist locally as a sensible default
-
- 01 May, 2018 1 commit
-
-
Scott Cyphers authored
* Doc through relu, use mathtt instead of texttt in equations. * Review comments.
-
- 26 Apr, 2018 1 commit
-
-
Scott Cyphers authored
* Some more op documentation * Review comments
-
- 23 Apr, 2018 1 commit
-
-
Adam Procter authored
* Add logical-and, logical-or ops * Restore accidentally-deleted test * add new ops to IE backend
-
- 13 Apr, 2018 1 commit
-
-
Scott Cyphers authored
* BatchNorm documentation * Fix typo, install URL * Switch to desired BatchNorm
-
- 06 Mar, 2018 1 commit
-
-
L.S. Cook authored
-
- 01 Mar, 2018 1 commit
-
-
Sevin F. Varoglu authored
* Remove NGRAPH_DISTRIBUTED from allreduce op class * Add allreduce doc
-
- 28 Feb, 2018 1 commit
-
-
L.S. Cook authored
* Improve the readability of imported doxygenclass api doc style from being so small (WIP). Also fixed the not op to not import abs doxygenclass. * Make sure no large files get added to git * Other doxygen files to exclude from git * WIP phase two styling code to save and test * Cleanup for PR
-
- 23 Feb, 2018 1 commit
-
-
L.S. Cook authored
* More op doc * Add working doxygenclass import to reST file * Cleanup punctuation on wording in tables, no punctuation for fragments, remove autodoc extension since we use breathe * Support Github rendering of cc-README * Fix sp for basic accessors and update to show mathcal syntax in rst * modify earlier change after checking what is supposed to render * Resolve spacing error on rst syntax * updates for PR to be even with master
-
- 15 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Doc for the rest of the Cs. * Review comments.
-
- 13 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Some more op doc * Review comments * Review comments. * Review comments
-
- 12 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Doc the A-ops. * Better structure for ops and the docs around them, based on cyphers branch for doc-the-a-ops * More edits for merge into preview branch * Update link to framework integration guide page on testing libngraph * Better arcbackprops, review comments * Make ``input`` consistent. * Uniform formatting.
-