- 28 Mar, 2018 15 commits
-
-
Adam Procter authored
Fix LLVM commit hashes to work around recent version bump incompatible with our hard-coded "5.0.1" paths (#781)
-
Robert Kimball authored
-
Robert Kimball authored
-
Scott Cyphers authored
-
chaseadams509 authored
-
L.S. Cook authored
-
Scott Cyphers authored
-
Jayaram Bobba authored
Changes to layout selection heuristic for cases like XLA frontend where fprop layouts are not propagated to bprop graph (#769)
-
Robert Kimball authored
-
Nick Korovaiko authored
* fix relu(conv); the old test was fusing conv(relu) instead of running both separetely * fix segfault due to initiating a vector of result vectors w/ a number of arguments
-
Yixing Lao authored
-
adstraw authored
-
tsocha authored
* [Py] Update serialization * Update docstring * Add UT for serialize model
-
Louis Feng authored
* fixed two bugs. * refactor infer shape. * clang format. * reverted some changes. * moved infer_convolution_output_shape() to outside class * moved infer_convolution_output_shape to op::util namespace
-
Nick Korovaiko authored
* split cpu_fusion into cpu_fusion and cpu_test; clean up headers * fix formatting * add new line to tensor_mask.hpp
-
- 27 Mar, 2018 5 commits
-
-
tsocha authored
-
Nick Korovaiko authored
* move CoreFusion to ngraph/pass * fix incorrect header path
-
Nick Korovaiko authored
-
Fenglei authored
* add nd reshape * compiler and no crash with wrong result version * change output_stride to trans_stride, which transform input idx to output idx * using vector instead of c array * remove delete * using const and reference to pass string and array * change 'unimplement' comments, remove extra indents * format and cast size_t to int
-
adstraw authored
* tensor (sequence) mask * convert sequence to match input type * update API to take batch axis
-
- 26 Mar, 2018 10 commits
-
-
Adam Procter authored
-
Fenglei authored
-
Nick Korovaiko authored
-
Yixing Lao authored
* registers nnp tester * check output size * rename to nnp tester * revert changes in graph_util
-
Nick Korovaiko authored
-
Robert Kimball authored
-
Jaikrishnan Menon authored
-
Matthew Brookhart authored
-
Robert Kimball authored
-
L.S. Cook authored
* update CentOS requs * doc link imports title of section so remove redundant word * CentOS getting its own section for install * don't need both http and ssh clone for centos * don't need to be root to install ngraph * Integrate PR comments * Update section on CentOS install for nGraph with PR feedback
-
- 25 Mar, 2018 2 commits
-
-
DawnStone authored
-
Jaikrishnan Menon authored
* CMake: Generate code for the host CPU * CMake: Separate machine-specific flag * Increase tolerance for convolution tests
-
- 24 Mar, 2018 1 commit
-
-
Louis Feng authored
* test graph. * rnn matrix fusion wip. * WIP. * matrix fused. * clean up. * additional refactor. * fixed merge errors. * testing. * added test case. * more testing. * more testing. * bias wip. * debuggging. * fusing bias too. * disabled debug outputs. * removed debugging. * removed testing models. * removed debug models. * reset nbench. * clean up and testing. * removed debug code. * updated comments and var names. * rename var. * removed debug code. * removed debug code. * fixed compiler warnings. * refactored test. * Added const to parameter. * address some of the review comments. * added comments and addressed reviews.
-
- 23 Mar, 2018 6 commits
-
-
Jaikrishnan Menon authored
-
L.S. Cook authored
updating ngraph theme with IntelNeoSans font on headings, better OFL font for doc readability, better rendering of certain text, etc (#727)
-
Robert Kimball authored
* Normalize op implementations * update custom backend ops
-
Nick Korovaiko authored
-
arogowie-intel authored
* Add test for ng.absolute - remove unnecesary repetitive call to as_node * Add Acos operation with UT. - update docsrings - refactor and parameterize unit tests * Review refactoring fix. * Review refactoring fix part 2. * Add Asin and Atan nGraph operation wrappers.
-
tsocha authored
* [Py] Add UT for avg_pooling_3d(Cover uncontigous data input)
-
- 22 Mar, 2018 1 commit
-
-
Avijit authored
Issue #725
-