1. 30 Oct, 2018 1 commit
  2. 26 Oct, 2018 1 commit
  3. 22 Oct, 2018 2 commits
    • Adam Straw's avatar
      add support for Quantize round mode (#1859) · 51104813
      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
      51104813
    • Scott Cyphers's avatar
      Doc for slice (#1872) · e571009d
      Scott Cyphers authored
      e571009d
  4. 18 Oct, 2018 2 commits
  5. 17 Oct, 2018 1 commit
  6. 16 Oct, 2018 2 commits
  7. 12 Oct, 2018 1 commit
    • L.S. Cook's avatar
      Leona/10112018 (#1806) · 1d5f047a
      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
      1d5f047a
  8. 09 Oct, 2018 1 commit
  9. 05 Oct, 2018 1 commit
  10. 01 Oct, 2018 1 commit
  11. 29 Sep, 2018 1 commit
  12. 27 Sep, 2018 1 commit
  13. 19 Sep, 2018 1 commit
  14. 18 Sep, 2018 1 commit
  15. 12 Sep, 2018 1 commit
  16. 06 Sep, 2018 1 commit
  17. 22 Aug, 2018 1 commit
  18. 16 Aug, 2018 1 commit
  19. 13 Aug, 2018 1 commit
  20. 08 Aug, 2018 1 commit
  21. 03 Aug, 2018 2 commits
    • L.S. Cook's avatar
      Upstream for versioning (#1316) · b99dc1ef
      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
      b99dc1ef
    • L.S. Cook's avatar
      Upstream for versioning (#1309) · f8926a7b
      L.S. Cook authored
      * update frameworkdocs
      
      * revise docs with new MXNet bridge code instructions
      
      * revise docs with new MXNet bridge code instructions
      f8926a7b
  22. 27 Jul, 2018 1 commit
  23. 26 Jul, 2018 1 commit
    • L.S. Cook's avatar
      Doc distributed training (#1104) · f78133d2
      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
      f78133d2
  24. 19 Jul, 2018 1 commit
    • L.S. Cook's avatar
      update version and add glossary defs (#1215) · 1df7602e
      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
      1df7602e
  25. 18 Jul, 2018 1 commit
    • L.S. Cook's avatar
      Patch typo (#1233) · 782594d2
      L.S. Cook authored
      * Draft of updates for JIRA tasks WIP
      
      * meta to correct spelling
      782594d2
  26. 14 Jul, 2018 1 commit
  27. 05 Jul, 2018 1 commit
  28. 03 Jul, 2018 1 commit
  29. 02 Jul, 2018 2 commits
    • Sandeep's avatar
      move sigmoid to core fusion (#1132) · d05b5e39
      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
      d05b5e39
    • L.S. Cook's avatar
      18e58ea9
  30. 26 Jun, 2018 1 commit
    • L.S. Cook's avatar
      Leona/patternmatchdoc (#1057) · a2732033
      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
      a2732033
  31. 20 Jun, 2018 1 commit
  32. 06 Jun, 2018 1 commit
  33. 21 May, 2018 1 commit
    • L.S. Cook's avatar
      Docs/editing (#1026) · 98740cd7
      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
      98740cd7
  34. 15 May, 2018 1 commit
    • L.S. Cook's avatar
      Leona/onnxdoc2 (#1013) · 60d39747
      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
      60d39747
  35. 11 May, 2018 1 commit