- 07 Mar, 2018 1 commit
-
-
L.S. Cook authored
-
- 06 Mar, 2018 1 commit
-
-
L.S. Cook authored
-
- 05 Mar, 2018 2 commits
- 03 Mar, 2018 1 commit
-
-
L.S. Cook authored
-
- 02 Mar, 2018 5 commits
-
-
adstraw authored
add softmax op and documentation
-
Leona C authored
-
Leona C authored
-
Leona C authored
-
Scott Cyphers authored
-
- 01 Mar, 2018 4 commits
-
-
Leona C authored
-
Leona C authored
-
Sevin F. Varoglu authored
* Remove NGRAPH_DISTRIBUTED from allreduce op class * Add allreduce doc
-
Scott Cyphers authored
-
- 28 Feb, 2018 3 commits
-
-
LS Cook authored
-
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
-
Scott Cyphers authored
-
- 27 Feb, 2018 5 commits
-
-
Leona C authored
-
LS Cook authored
-
LS Cook authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
- 26 Feb, 2018 1 commit
-
-
Scott Cyphers authored
-
- 23 Feb, 2018 2 commits
-
-
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
-
Christian Convey authored
-
- 15 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Doc for the rest of the Cs. * Review comments.
-
- 14 Feb, 2018 2 commits
-
-
DawnStone authored
fixed sphinx_doc target in the contrib/docker/Makefile to build the docker image as a dependency removed doxygen_doc target from the contrib/docker/Makefile as it is included with make sphinx_doc as a dependency for make html
-
L.S. Cook 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 * New branch for editing public-facing docs * Make sure updated graphic gets added, correct compiler version on install page * Update README to match content on legacy Python repo * Let's see if this fixes the bad merge * Working down in doc directory, forgot to update top-level readme with feedback from review * Correct typo * Trying to fix the ops * Try adding convolution manually from master * Update pictorial image of nGraph IR
-
- 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.
-
- 10 Feb, 2018 2 commits
-
-
Scott Cyphers authored
* Doc for abs, update doxygen for ops with .rst doc * Review
-
L.S. Cook authored
* WIP with test ops * update WIP * Add LLVM compilation detail from INSTALL to installation guide and cleanup todo comments on convolution.rst and remove deprecated file * Clarify LLVM compilation flag on Ubuntu and delete WIP draft from earlier
-
- 09 Feb, 2018 2 commits
-
-
Adam Procter authored
-
Jennifer Myers authored
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 07 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Main chunk of style description * Edit code guide for readability as raw rst. Update subheadings with clearer delineation * Minor edits * Typo
-
- 06 Feb, 2018 1 commit
-
-
L.S. Cook authored
* Fix project README to be current, new doxyfile config test, cleanup static dir of theme * make sure new README gets added * fixes on doc cleanup branch * Add feedback from github reviews * Fix core README again
-
- 01 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* More graph construction * Review comments
-
- 31 Jan, 2018 1 commit
-
-
L.S. Cook authored
* WIP on finding a good format for op docs in RST * A few more scribbles * fix up branch for Amazon code share * add conf.py configuration details from aproctor's branch for doxy-breathe integration * update section on how to build the documentation with breathe install details * Remove empty file on training, update framework integration notes * Add CentOS stub, fix spelling, core op definition, add to glossary. * more documentation cleanup on README and installation and testing * more cleanup of docs for TernsorFlow * Simplify Dot Autodiff (#412) * Simplify Dot Autodiff * remove commented code * Remove TupleType, ValueType (#411) * Remove TupleType, ValueType * Fix compile error. * Change convolution reference to work with f32 (#409) * Drwebb/gpu backend dot op (#413) * Drwebb/gpu backend dot op (#387) * GPU Dot prod emitter switch statement * cuBLAS dot kernel call * Flush out arg substitution into gpu dot kernel call * Drwebb/gpu backend dot op (#392) * Take in CodeWriter into gpu op emitters * Introduce GPU function gen based on pass functions * Additional gpu emitter stubs * link cublas in to unit test and ngraph * Use static code gen methods for GPU, add new GPU op stubs * use pass manager to declare functions / cublas Updates * Prune down gpu_external_function wip * Switch back to GPU tensor views in GPU backend * Pass in cublas handle to GPU external function * cuMalloc memory in gpu tensor view * Use cuda runtime malloc and free for tensor view managment c * change GPU tensor view init, and use GPU tensor view for GPU call frame * include headers as system dirs * GPU tensor printing utility function * cublasSetPointer to device mode / Fix copyright notification lowercasing * Passing GPU dot product test using cuBLAS Clean up * Changes from review * Add an overivew. * Intro for building graphs. * Refactor docs so that Doxygen and Sphinx are integrated (Sphinx depends on Doxygen with the docstrings stuff) Still need to resolve a lingering assumption that the build dir is contained in private-ngraph-cpp. It's proving to be surprisingly tricky. * Added the TensorFlow XLA build information and example of how to run MNIST MLP with TF/nGraph * Updated TF integration guide for clarity. Added files from cyphers-amazon branch. Add minor changes to sphinx-doxy to test apis * Small revision of overview and add graphic from arXiv paper * WIP more editing, picking up from where I left off last week * Fix garbled sentence edit * WIP Edit for readability and such : * Better font rendering on all architectures included with our custom theme * Cleanup current version of documentation. Add NeoSans font binaries to make local font rendering of h1 h2 etc * Missed merge conflict * Add something on functions, don't forward-reference parameters * What we have so far into a PR for review * Need file for cmake * Missing header * Remove duplicate file * added breathe package to contrib/docker/Dockerfile.ngraph_cpp
-
- 22 Jan, 2018 1 commit
-
-
L.S. Cook authored
* adding work and organization for docs * Summary of changes - removed rst file from css folder - added substitutions to conf file so folks don't have to type out the whole name - added branding notice so link in footer works - added glossary so we can have a place for terms relative to libngraph - added placeholder for MXNet and TF frontend under new section - cleaned up api page * Fix code fencing error and indentation issue causing build to throw error * adding MXNet integration guide details and other miscellaneous structure * fix unicode error in rst epilog * testing with unicode marker for rst_epilog string * replace api scaffolding with TODO to avoid breaking Jenkins
-