- 28 Jan, 2019 1 commit
-
-
Robert Kimball authored
-
- 26 Jan, 2019 1 commit
-
-
Adam Procter authored
Update CODEOWNERS
-
- 25 Jan, 2019 4 commits
-
-
Adam Procter authored
-
Sergey Shalnov authored
-
Robert Kimball authored
* Add error check for user setting CMAKE_BUILD_TYPE * fix case where CMAKE_BUILD_TYPE is not set
-
Rob Earhart authored
-
- 24 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update hybrid unit test * remove unused files * add graphviz to test * add ability to add attributes to graphviz nodes * tweak colors * more interesting graph * update test model * add memory management passes * add Dump * wip * remove in-place code from memory layout
-
- 23 Jan, 2019 5 commits
-
-
Amy Zhuang authored
* Check if the pointer returned by malloc is nullptr. * Use ngraph_error. * Add more pointer checks. * Replace malloc and free with ngraph_malloc and ngraph_free.
-
Nishant Patel authored
* Divert dynamic offset to reference * update gpu manifest * Avoid dynamic cast
-
Adam Rogowiec authored
-
Adam Rogowiec authored
* Add table with status of supported operators. * Update comments for unimplemented operators. * Update comment to tables. * Update table with Jira tickets. * Update supported_ops.md * Fix typo.
-
Michał Karzyński authored
* [ONNX] Enable softmax test * Update onnx_import.in.cpp * change __expf to exp for accuracy
-
- 22 Jan, 2019 1 commit
-
-
Sergey Shalnov authored
* A backend property request * Update backend.hpp * PR2281. Add get property function to CPU backend * Update backend.hpp
-
- 21 Jan, 2019 4 commits
-
-
Yixing Lao authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Artur Wojcik authored
-
- 19 Jan, 2019 1 commit
-
-
Rob Earhart authored
-
- 18 Jan, 2019 7 commits
-
-
Adam Procter authored
Fix a CoordinateTransform corner case exposed by ONNX unit tests
-
Adam Rogowiec authored
-
Michał Karzyński authored
* [ONNX] Enable softplus tests * style-apply
-
Adam Procter authored
-
Louis Feng authored
* batch dot bprop WIP. * WIP. * testing. * clean up debug code. * comments and var name change. * clean up. * format style, batch dot differentiable pass. * removed debug output. * added unit test to autodiff, refactored make_function -> make_function_from_file. * fixed build warning. * fixed gpu build error. * clang format fix. * all test_tools.cpp to find SERIALIZED_ZOO * remove cmake redef. * fix unused macro. * making test cpu only. * testing build var * macro test * verbose makefile test * style fix * verbose make * test/util needs test/models. * removed debug output. * refactor fusion type. * refactor fusion type.
-
Adam Procter authored
-
Adam Procter authored
-
- 17 Jan, 2019 11 commits
-
-
Robert Kimball authored
* fix windows build * wip * mkldnn seems to build * address various errors building cpu backend with MSVC * wip * wip
-
Sang Ik Lee authored
Changed python setup multiprocessing usage
-
Sang Ik Lee authored
-
Adam Procter authored
* Retire Reduce, ReduceWindow, SelectAndScatter * Remove lingering AnyAllReplacement code * Remove apparently-now-unused macro * Remove lingering op/reduce.hpp includes * Remove FunctionCall * Update Python stuff to remove FunctionCall, Reduce * Add Any/All tests to GPU manifest * Remove deleted .hpp #include from gpu_compiled_function.cpp * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing * Add reduce_function.cpp back into CMakeLists.txt * Remove #include of deleted reduce.hpp * Re-remove AnyAllReplacement from GPU passes * Remove deleted #includes from gpu_internal_function.cpp * Remove git conflict stuff (whoops) * Add newline at EOF, per review comment * Address flake8 complaint about unused import
-
Clive Cox authored
-
Leona C authored
* Resolve doc build warning regarding footnote * Update for versioning
-
Adam Procter authored
Sink Concat
-
Adam Procter authored
-
Adam Procter authored
A simple heuristic for slice sinker
-
Adam Procter authored
-
Adam Procter authored
Disable parameter propagation in MemoryLayout
-
- 16 Jan, 2019 4 commits
-
-
Adam Procter authored
-
Adam Procter authored
Add a trace when we reuse inputs in Memory Layout
-
Adam Procter authored
-
Nick Korovaiko authored
-