- 22 Aug, 2018 1 commit
-
-
L.S. Cook authored
that doc build and all extensions work on 4k debian variants
-
- 16 Aug, 2018 1 commit
-
-
Artur Wojcik authored
* onnx: pull Protobuf 3.5.x from GitHub Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix Travis build configuration issue Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: additional fixes for Travis Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for MacOS Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for Ubuntu Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com>
-
- 13 Aug, 2018 1 commit
-
-
L.S. Cook authored
* Clarify ng backends as devices * revise some intros and add menu link
-
- 08 Aug, 2018 1 commit
-
-
L.S. Cook authored
* Re-align docs with code example for mnist * Also fix dist_mnist and add context highlight
-
- 03 Aug, 2018 2 commits
-
-
L.S. Cook authored
* update frameworkdocs * revise docs with new MXNet bridge code instructions * revise docs with new MXNet bridge code instructions * remove broken merge conflict
-
L.S. Cook authored
* update frameworkdocs * revise docs with new MXNet bridge code instructions * revise docs with new MXNet bridge code instructions
-
- 27 Jul, 2018 1 commit
-
-
L.S. Cook authored
-
- 26 Jul, 2018 1 commit
-
-
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 * new section on distr training * updated index w/drafted outline * . helping people document code more efficiently * edit WIP branch * WIP editing * WIP editing * init distributed doc * PR review edits * modify dist doc and dist mnist_mlp * Finish PR review comment fixes so far * Improving distributed training docs * Fix build error now that we have documented inteface backends use * update example build and run * update how-to distributed training doc * Editing distr train docs * Reword section to avoid strange doc build error * rebuild for zero errors for CI * split patternmatcher PR * PR feedback added * Add more help and detail for MXNet and neon distr * Resolve merge conflicts due to patternmatcher doc split * Resolve merge conflicts due to patternmatcher doc split * Resolve build errors manually * These files are already added to the branch * fix style * update with glossary def and link to Intel paper on synchronous SGD * fix link to sgd * remove comm_rank in dist example
-
- 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
-
- 18 Jul, 2018 1 commit
-
-
L.S. Cook authored
* Draft of updates for JIRA tasks WIP * meta to correct spelling
-
- 14 Jul, 2018 1 commit
-
-
L.S. Cook authored
* Draft of updates for JIRA tasks WIP * correct typo * more cleanup * more cleanup
-
- 05 Jul, 2018 1 commit
-
-
Scott Cyphers authored
* Fix short markup * Minor adjustments, license requirements.
-
- 03 Jul, 2018 1 commit
-
-
Adam Procter authored
-
- 02 Jul, 2018 2 commits
-
-
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
-
L.S. Cook authored
-
- 26 Jun, 2018 1 commit
-
-
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
-
- 25 Jun, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 20 Jun, 2018 1 commit
-
-
Scott Cyphers authored
* [doc] Fix code snippet in derive-for-training * Fix another code snippet in derive-for-training
-
- 06 Jun, 2018 1 commit
-
-
L.S. Cook authored
-
- 04 Jun, 2018 1 commit
-
-
Robert Kimball authored
* Update cmake files to more modern approach * disable building libraries that are not required * handle more build cases * add versions to backend libs. add start of package target. * add create_backend to backends * temporary workaround to tbb not linking correctly with gcc * install codegen lib * force tbb to link to the cpu backend so that it is available for codegen * fix clang build error * fix warning for codegen build * update cuda header paths * change error message for opening backend shared library * set lib path
-
- 21 May, 2018 1 commit
-
-
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
-
- 15 May, 2018 1 commit
-
-
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
-
- 11 May, 2018 2 commits
-
-
Scott Cyphers authored
Removed ReLu activation present just before softmax. (It's not a good idea to have ReLu > Softmax immediately. The test accuracy of the model is now much better.)
-
L.S. Cook authored
* Final PR review edits plus repair abc.cpp example docs that broke when code was added * Word
-
- 10 May, 2018 1 commit
-
-
Robert Kimball authored
* Add mechanism for disabling specific backend unit tests from a manifest file. Populate the test manifest files for CPU, GPU and INTERPRETER. * update docs for new manifest controlled transformer unit tests
-
- 08 May, 2018 4 commits
-
-
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
-
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.
-
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
-
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.
-
- 01 May, 2018 1 commit
-
-
Scott Cyphers authored
* Doc through relu, use mathtt instead of texttt in equations. * Review comments.
-
- 30 Apr, 2018 1 commit
-
-
L.S. Cook authored
Also the ONNX how to import file was tested and it was discovered that the wheel was actually output to a different directory than the one specified.
-
- 27 Apr, 2018 2 commits
-
-
Adam Rogowiec authored
Temporarily remove Python API docs. We're working on a better system of generating them.
-
Adam Rogowiec authored
- Disable autogeneration of summary files.
-
- 26 Apr, 2018 3 commits
-
-
Scott Cyphers authored
* Some more op documentation * Review comments
-
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
-
L.S. Cook authored
* Fix ngraph ONNX install directions * Remove make j from list of install commands
-
- 23 Apr, 2018 1 commit
-
-
Adam Procter authored
* Add logical-and, logical-or ops * Restore accidentally-deleted test * add new ops to IE backend
-
- 20 Apr, 2018 1 commit
-
-
L.S. Cook authored
-
- 16 Apr, 2018 2 commits
-
-
Jaikrishnan Menon authored
* CMake: Allow build target arch to be overridden * Add DNGRAPH_TARGET_ARCH option to install docs
-
Robert Kimball authored
* remove obsolete * change to use new Backend API * rename parameter
-