- 02 Nov, 2017 3 commits
-
-
Adam Procter authored
Fix bug with multiple updates to adjoint map
-
Adam Procter authored
-
Adam Procter authored
-
- 01 Nov, 2017 2 commits
-
-
Scott Cyphers authored
-
Adam Procter authored
-
- 31 Oct, 2017 1 commit
-
-
Adam Procter authored
-
- 30 Oct, 2017 8 commits
-
-
Christian Convey authored
- Adds Sphinx docs support. - Sphinx and Doxygen docs now built by CI. - Sphinx and Doxygen docs now installed by `make install`.
-
Adam Procter authored
This adds support for > < >= <= on bool, which by the type checker's standards should have been allowed anyway. Also, this bug had presenting in a different way from expected (should have thrown "unhandled element type" from external_function, instead bonked because it incorrectly dispatched on int8_t). This was due to element::Type::operator== comparing only size, signedness, and floatiness, meaning that char and signed char (aka int8_t) look the same. Fixed by adding a test for m_cname equality.
-
Chris Lishka authored
-
Robert Kimball authored
Bob/test cleanup
-
Robert Kimball authored
-
Chris Lishka authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 27 Oct, 2017 2 commits
-
-
Scott Cyphers authored
-
Avijit authored
-
- 25 Oct, 2017 3 commits
-
-
Robert Kimball authored
make CMake report if gcc4.8 is being used
-
Robert Kimball authored
-
Robert Kimball authored
NGRAPH_INSTALL_PREFIX instead of CMAKE_INSTALL_PREFIX
-
- 24 Oct, 2017 1 commit
-
-
Yixing Lao authored
-
- 23 Oct, 2017 4 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
Basic autodiff for +, -, *, /, exp, log, plus numeric testing support
-
Scott Cyphers authored
-
Robert Kimball authored
* working unit test currently fails as expected * unreferenced args unit test pass * cleanup * cleanup
-
- 20 Oct, 2017 9 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Scott Cyphers authored
-
- 19 Oct, 2017 3 commits
-
-
Robert Kimball authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Multiply and Add numeric/autodiff unit tests pass
-
- 18 Oct, 2017 3 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
- 17 Oct, 2017 1 commit
-
-
Adam Procter authored
Documentation for all ops that have been defined so far. Includes numerous edits by @ECouzens.
-