- 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
-
- 16 Nov, 2018 1 commit
-
-
Robert Kimball authored
* Move ParameterVector and ResultVector to the ngraph namespace where they belong * update python wrapper * more python fixes * style * Update setup.py * fix some new code
-
- 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
-
- 27 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 3 commits
-
-
Scott Cyphers authored
* More op doc, fix formatting * sqrt, tan * Formatting.
-
Robert Kimball authored
* address klocwork issue * move class init * more klocwork * more klocwork * more klocwork * comment on where the magic number is from * address review comments * address review comments
-
Robert Kimball authored
-
- 03 Oct, 2018 1 commit
-
-
L.S. Cook authored
* add doctools js from basic theme sphinx repo * fixes from PR 672 RTD theme regarding sphinx build
-
- 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 2 commits
-
-
Robert Kimball authored
* remove get_tensor method * remove get_element_count as it is redundant to get_size * fix a few issues with examples and python wrapper * rename get_size to get_element_count and add get_size_in_bytes method
-
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
-
- 21 Sep, 2018 1 commit
-
-
L.S. Cook authored
-
- 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
-
- 29 Aug, 2018 1 commit
-
-
Robert Kimball authored
* use line comments instead of multiline comments for license header * update more * update new files * more header updates * style
-
- 22 Aug, 2018 1 commit
-
-
L.S. Cook authored
that doc build and all extensions work on 4k debian variants
-