- 10 Apr, 2018 2 commits
-
-
Sang Ik Lee authored
* Remove the no longer supported alternative installation method for python binding. * Put back CMakeLists.txt as it is used by travis ci dockerfile. * Remove python/CMakeLists.txt and update Travis CI
-
Jaikrishnan Menon authored
* CPU: Optimize 4D "nGraph" Reshapes (shuffle+reshape) * CPU: Add kernel sources * CPU: Replace 2D with 3D reshape * CPU: Fixes * CPU: Simplify
-
- 09 Apr, 2018 10 commits
-
-
Robert Kimball authored
* remove parameter check from Function::get_ops() * create validate pass to hold parameter validation
-
raramer01 authored
* unskipping passing gpu tests * skipping failing gpu tests * import pytest as needed * fix style issues * unskip passing test * add additional skip reason, unable to compile
-
Nick Korovaiko authored
* repacking recurrent matching as a standalone class * RecurrentMatcher * add a getter for root node * address Scott's feedback
-
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
-
DawnStone authored
* adding support for GPU backend to contrib/docker added gpu dockerfiles renamed Dockerfile for centos74 fixed NGRAPH_GPU_ENABLE cmake flag name * Check for GPU support on the host system and fall back to CPU if not present * removed double option for PREBUILT_LLVM * updated README.md with additional references for GPU support * added clarifying comments cleaned up duplicate settings * removed deprecated targets from the contrib/docker/Makefile * resolved absolute vs. conditional assignment for variables based on reference OS * removed example using a custom DOCKERFILE from README file
-
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()
-
Michał Karzyński authored
[Py] Change Python version for tox
-
Tomasz Socha authored
-
Robert Kimball authored
-
Jaikrishnan Menon authored
* CPU: Fuse zero-padded convolution backprop filters * CPU: Add a testcase for zero-padded convolution backprop filters fusion
-
- 08 Apr, 2018 1 commit
-
-
Matthew Brookhart authored
-
- 06 Apr, 2018 6 commits
-
-
Nick Korovaiko authored
* initial support for recurring matching * fix a bug where patterns weren't populated w/ matched nodes; add recurrent tests * add a missing newline * address feedback * fix function comment
-
arogowie-intel authored
* Add/update Python wrappers for nGraph operations. - NotEqual, OneHot, Power, Sqrt, Relu, Sign, Sin, Sinh, Tan, Subtract, Select, Tanh, Sum, Reduce, Softmax, ReplaceSlice, Reverse - Add UT for Relu, Sign, Sin, Sinh, Sqrt, Tan, Tanh, * Add UT for cases when Cos and Sin are giving incorrect results. * Alphabetically sorted imports. * Small refactoring. - Update docstrings - Remove unnecesary auxiliary local variable.
-
tsocha authored
-
Nick Korovaiko authored
* make Input descriptors node owners * rename src_node to m_src_node
-
Jaikrishnan Menon authored
-
Nishant Patel authored
* Update README to make it consistent with ngraph-neon * Add instruction to clone pybind in README * Address feedback on README
-
- 05 Apr, 2018 7 commits
-
-
Nick Korovaiko authored
* visualization tracing * visualize -> m_visualize. add a programmatic way to enable visualization. tweak pass names
-
tsocha authored
- Enable Padding op - Supress multiline comment warning - improve tox configuration
-
Ashok Emani authored
* enable TensorView to use pre-allocated mem * proper check for nullptr * add unittest for custom mem with tensorview and feedback * minor fix from feedback * support GPU TensorView custom mem * feedback fix and code format
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
* CPU: Optimize Sum reductions * CPU: Optimize 1D reduce all case * CPU: Optimize 4D reduce all sum * CPU: Tweaks * Formatting fixes
-
Michał Karzyński authored
* Enable Travis CI * Enable Travis CI - update README * Travis CI - Parallel testing
-
Robert Kimball authored
-
- 04 Apr, 2018 4 commits
-
-
DawnStone authored
* saved a simplified contrib/docker/Makefile and helper scripts * fixed flow for make targets * restored original definition for setting the PARALLEL option on the command line per github comments * remove double build for make install targets * added a save for the ngraph_dist_gcc.tgz to maintain existing behavior * fixed passing the PARALLEL value to the make targets * integrated latest working build-ngraph-and-test script * integrated the latest working Makefile * removed reference to the THIRD_PARTY_CACHE_DIR (for future) * updated the contrib/docker/README.md file
-
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
-
tsocha authored
* [Py]Fix problem with double set layout * Extend UT for coverage double set layout
-
Scott Cyphers authored
-
- 03 Apr, 2018 5 commits
-
-
Nick Korovaiko authored
* add layouts and users check * add convrelu handler
-
adstraw authored
-
Scott Cyphers authored
* Fix clang warnings on macos * Conditionalize warning on Apple clang version.
-
Scott Cyphers authored
* More extensive examples of graph building. * Review comments * Review comments * Review comments
-
Matthew Brookhart authored
-
- 02 Apr, 2018 2 commits
-
-
Pruthvi authored
* WIP support bn training for global_stats (cherry picked from commit eb81a37328ea177b1d58c9eebdbb345e0fa25f0d) * - Style fix - Fix test case * Addressed PR comments - added support for bn training/inference with a same ctor - added more verbose comments in bn header * Fixed bn serializer and default value in bn ctor for bwd compatibility * proposed docs change * - Addressed PR comments - added support to compute bn inference/training using same mkldnn kernel with global stats * fix unit bn relu unit test
-
Robert Kimball authored
* add random init for all input types, not just float * remove debug
-
- 30 Mar, 2018 3 commits
-
-
Nick Korovaiko authored
* initial refactoring using PM * unit test pass * cosmetic changes * add another rnn test * address louis' feedback * lower-case labels
-
Michał Karzyński authored
-
arogowie-intel authored
* Add python wrappers for nGraph Cos, Cosh operations. - Update docstrings. * Enable auxiliary function running computation to accept multiple input nodes. * Python wrapper for nGraph Dot function with UT. * Update python wrappers for nGraph Exp and Equal operations. - Update docstrings. - Add UT for exp. * Update python wrappers for nGraph Floor, Greater, GreaterEq, Less, LessEq operations. - Update docstrings. - Add UT for ng.floor. * Update python wrapper for nGraph Log operation. - Update docstring. - Add UT.
-