- 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
-
- 13 Apr, 2018 2 commits
-
-
Robert Kimball authored
* remove deprecated * remove all legacy Backend API usage remove deprecated files * pull in changes from master * fix GPU calls * disable tests in convolution generator * update per PR comments. Enable performance counter feature. * update per PR comments * fix build error * fix conditionally compiled test :(
-
Scott Cyphers authored
* BatchNorm documentation * Fix typo, install URL * Switch to desired BatchNorm
-
- 10 Apr, 2018 1 commit
-
-
Matthew Brookhart authored
-
- 09 Apr, 2018 2 commits
-
-
L.S. Cook authored
* WIP editing so far for review and feedback * Add missing env var export for neon install new process * Add modified venv setup for TF * More edits for FW integration and landpage * Revise from PR feedback * More PR feedback and editing for clarity * Minor rewording, clearer explanation * Final pass edit * more editing
-
Robert Kimball authored
* force backend compile() to make a copy of the graph fix copy_with_new_args on ops that have function pointers internal update unit test for new backend API add unit test for multiple simulataneous backends * move get_subdevices virtual method to Manager class * update GPU to latest * update call methods * add remove_compiled_function()
-
- 04 Apr, 2018 2 commits
-
-
Nick Korovaiko authored
* refactor Adjoints to support multi-output ops * passing tests * switch to generate_adjoints(deltas) and backprop_node * remove debugging code * fix error msg * fix typo adjoitns * fix comp errors in mnist_mlp
-
Scott Cyphers authored
-
- 03 Apr, 2018 1 commit
-
-
Scott Cyphers authored
* More extensive examples of graph building. * Review comments * Review comments * Review comments
-
- 29 Mar, 2018 2 commits
- 28 Mar, 2018 1 commit
-
-
Scott Cyphers authored
-
- 26 Mar, 2018 2 commits
-
-
Adam Procter authored
-
L.S. Cook authored
* update CentOS requs * doc link imports title of section so remove redundant word * CentOS getting its own section for install * don't need both http and ssh clone for centos * don't need to be root to install ngraph * Integrate PR comments * Update section on CentOS install for nGraph with PR feedback
-
- 23 Mar, 2018 1 commit
-
-
L.S. Cook authored
updating ngraph theme with IntelNeoSans font on headings, better OFL font for doc readability, better rendering of certain text, etc (#727)
-
- 22 Mar, 2018 1 commit
-
-
Avijit authored
Issue #725
-
- 20 Mar, 2018 1 commit
-
-
L.S. Cook authored
* Implement PR review changes * cleanup neon integration documentation
-
- 19 Mar, 2018 1 commit
-
-
L.S. Cook authored
* File renaming missed in git add earlier * More doc validation for neon install * Typo on sphinx syntax for ordered list * Missed a delete * More clarity on optional steps WRT virtualenv and opt dirs * Rendering subbullets as bullets for clarity and fix typo * New docbuild graphic now working * Framework intg guide updated with ngraph-neon doc improvements
-