- 23 Mar, 2018 3 commits
-
-
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 12 commits
-
-
Avijit authored
Issue #725
-
Nick Korovaiko authored
* make sure we don't get insidious perf bugs due to doule op::Results * fix graph_partition tests
-
Nick Korovaiko authored
* make matmulbias callback aware that addition is commutative
-
Adam Procter authored
-
Nishant Patel authored
-
tsocha authored
-
Nick Korovaiko authored
* make sure deserializer doesn't add op::Result twice
-
Pruthvi authored
* Added new ctor for bn which supports Inference - added mkldnn emitter code for bn inference * Added test case for bn inference - added support for layout propogation for bn inference * added sanity checks for gamma, beta, mean, variance shape in bn * added serializer support for bn inference
-
Fenglei authored
* general dot for gpu
-
Chris Sullivan authored
* Current cudnn implementations use only a single dimension for the ngraph tensor data (width). In this case the tensor format should be set to CUDNN_TENSOR_NCHW so that adjacent memory accesses are coalesced (stride=1 for width). * * Added some kernel emitter helpers that are reused often. * Renamed EmitElementwise -> emit_elementwise to match emit<T>. * op::Sum now handles trivial case of dim(input_tensor) = dim(output_tensor) by performing a memcpy as no axes are reduced. * Added general case for Nd descriptors which is used when the tensor has more than 4 dimensions. Currently a naive reduce is performed, in the future a coordinate transformation could be performed to improve the memory layout for the reduction. * Switched to codegen::CodeWriter::block_begin/end. It appears that CodeWriter::block_begin/end is not frequently used for emitters (in cpu and gpu transformers) because a block comment is often desired. To this end I added prefix/suffix default parameters to CodeWriter::block_begin/end so that this functionality is captured.
-
Chris Sullivan authored
* Added backprop op for relu and enabled tests.
-
Nishant Patel authored
* Remove examples from pybind wrapper * Adding back example (basic.py)
-
- 21 Mar, 2018 6 commits
-
-
Nishant Patel authored
-
Jayaram Bobba authored
-
Yixing Lao authored
* update nnp transformer path
-
Yixing Lao authored
Adjust CallFrame argument order to match Function
-
Robert Kimball authored
* rename directories to be consistent * rename reference namespace to match directory
-
Jaikrishnan Menon authored
-
- 20 Mar, 2018 16 commits
-
-
arogowie-intel authored
* Remove unnecessary Optional type annotations.
-
tsocha authored
-
Yixing Lao authored
-
L.S. Cook authored
* Implement PR review changes * cleanup neon integration documentation
-
Sandeep authored
* topolotical-sort based node clustering * cmake builds * Argon manager renamed to NNP along with placement * nnp dir cmake changes * tests pass * more renames * somemore renames * reslove redefination * revert to ARGON_API * more PR comments and remove nnp-fusion tests as redundant * update path * fix format
-
tsocha authored
-
Adam Procter authored
-
Nick Korovaiko authored
* global tracing * fix compiler errors * nan/inf validation * 0644 on mkldnn_utils.cpp * address Bob's feedback * 0755 -> 0644 * remove format changes to python dir
-
Nick Korovaiko authored
* add visualize option to nbench * check for dot, amend help msg
-
Nick Korovaiko authored
* fix a segfault while printing shapes for multi-output ops
-
Jennifer Myers authored
-
Jennifer Myers authored
Updates to docs
-
Nick Korovaiko authored
-
Yixing Lao authored
-
Adam Procter authored
-
Jaikrishnan Menon authored
-
- 19 Mar, 2018 3 commits
-
-
Nick Korovaiko authored
* add python dir to check-code-format and re-run apply-code-format on it * 0644 -> 0755
-
Nick Korovaiko authored
-
Yixing Lao authored
-