- 08 May, 2018 4 commits
-
-
Jayaram Bobba authored
* Make temp memory pools static to avoid memory allocation overheads * Initial implementation for graph control to enable caching and computation reuse * Added sphinx documentation * Turned off memory buffer reuse in CPU transformer to support computation reuse. Added unit test * Change memoizable to cacheable * Change memoizable to cacheable * Rename variables
-
DawnStone authored
-
Adam Rogowiec authored
* First version of nGraph Python API documentation pages. * Remove use of (`) apostrophes since they generate Sphinx warnings. * Fix submodule rendering in Sphinx PythonAPI docs * Add updated index and conf py files * Updated version of Python API doc. * Better description for the autosummary * FIX: Disable autogeneration of summary files in documentation.
-
Nick Korovaiko authored
* MaxPoolWithIndices CPU Fusion * fix test to pass checks in cpu_fusion * pass test * clean up * add a new pass, add layouts * remove the opt from cpu_fusion * refactor cpu_layout logic for maxpool, clean up comments * add comment w.r.t. indices tensor * rename to cpu_workspace_insertion * add CPUWorkspaceInsertion pass for TF
-
- 07 May, 2018 2 commits
-
-
Nick Korovaiko authored
* sequence reverse * fix test * more tests for reverse_sequence * remove debug prints, change perms * fix formatting; remove dead code * make seq_lengths a parameter * autodiff + tests
-
Nick Korovaiko authored
* cse init * init tests * clean up; more tests * remove visualizations
-
- 06 May, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 05 May, 2018 2 commits
-
-
Jaikrishnan Menon authored
-
Fenglei authored
* add code to gpu reverse * add reverse emitter and kernel builder * working versrion
-
- 04 May, 2018 9 commits
-
-
Yixing Lao authored
-
Yixing Lao authored
* remove in tensor.hpp and cpp * remove in constructors * more clean up at tv_wrapper and set_is_output() * fix liveness * fix liveness.cpp * finally fixed liveness * fix PrimaryTensorView constructor in node.cpp * fix PrimaryTensorView constructor in cpu_tensor_view * clang-format * update tensor print * clean comments * rename
-
Jayaram Bobba authored
-
Jayaram Bobba authored
* Adding support for mkldnn convolution+bias+relu op to use in batch norm folding * Style fix * Style fix
-
Nick Korovaiko authored
* rename getters to adhere to ngraph coding guidelines * fix renaminb * fix build errors
-
Nick Korovaiko authored
-
Robert Kimball authored
-
Robert Kimball authored
* if a requested backend is not registered then try dlopen to force it to register * call 'extern C create_backend()' in the opened shared object to register the backend * use a single name to test for backend
-
Nick Korovaiko authored
-
- 03 May, 2018 3 commits
-
-
raramer01 authored
* migrate files * apply version number to libngraph.so * fix cmake running with empty build directory * remove clone --depth option
-
Robert Kimball authored
* migrate files * apply version number to libngraph.so * fix cmake running with empty build directory
-
Jayaram Bobba authored
-
- 01 May, 2018 3 commits
-
-
Adam Procter authored
* Remove single-line comments ending with backslash These comments cause warnings on gcc. * Add -DNGRAPH_DEBUG_ENABLE cmake option * Forgot to update log.hpp * Better comment in CMakeLists
-
Scott Cyphers authored
* Doc through relu, use mathtt instead of texttt in equations. * Review comments.
-
Matthew Brookhart authored
-
- 30 Apr, 2018 3 commits
-
-
varun-intel authored
* interpreter implementation and tests * style * correct * tolerance * skip * type * cast * double * types * format * add bn to the inference engine backend
-
L.S. Cook authored
Also the ONNX how to import file was tested and it was discovered that the wheel was actually output to a different directory than the one specified.
-
Nick Korovaiko authored
-
- 28 Apr, 2018 1 commit
-
-
Yixing Lao authored
-
- 27 Apr, 2018 5 commits
-
-
Robert Kimball authored
add templated get_data_ptr() methods to HostTensorView and Constant to make using them a little cleaner. (#924)
-
Fenglei authored
* add select op, pass data type for each operand * fix bugs and apply clang format * fix index bug
-
Fenglei authored
* add enable gpu convolution tests flag in py * working version * revert convolution_test.in.app * use a skip list to skip backend for test * add comment to remind implement of neeeded ops
-
Adam Rogowiec authored
Temporarily remove Python API docs. We're working on a better system of generating them.
-
Adam Rogowiec authored
- Disable autogeneration of summary files.
-
- 26 Apr, 2018 7 commits
-
-
Scott Cyphers authored
* Some more op documentation * Review comments
-
Robert Kimball authored
* wip * simplified interpreter backend
-
Jayaram Bobba authored
-
Nick Korovaiko authored
* pick broadcast if exists * remove logic for sum * get at broadcast using the label-on-skip approach * tests for broadcast fix * add comments
-
Adam Rogowiec authored
* First version of nGraph Python API documentation pages. * Remove use of (`) apostrophes since they generate Sphinx warnings. * Fix submodule rendering in Sphinx PythonAPI docs * Add updated index and conf py files * Updated version of Python API doc. * Better description for the autosummary
-
Robert Kimball authored
cleanup some enable flags in cmake. add flags to optionally disable building unit tests and tool (#917)
-
Nick Korovaiko authored
-