- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 01 Aug, 2019 1 commit
-
-
Robert Kimball authored
-
- 16 Jul, 2019 1 commit
-
-
Adam Rogowiec authored
* Fix used operator for reversing input sequences in LSTM. * Fix backward pass for bidirectional LSTM. * UT for LSTM with sequence_lens shorter than input sequence size. * Skip LSTM UT using ReverseSequence since it is not supported yet on PlaidML.
-
- 25 Jun, 2019 1 commit
-
-
Adam Rogowiec authored
-
- 24 Jun, 2019 2 commits
-
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
- 10 May, 2019 1 commit
-
-
Adam Rogowiec authored
* Move HardSigmoid to nGraph fused operators. * UT for HardSigmoid fused operator. * Add type_prop UT. * Activation function parameters and hardsigmoid activation function. * UT for lstm with hardsigmoid activation function. * Reorder operations in implementation. * Fix unit tests. * Fix typo. * Change stored activation function to pure function pointer. * Apply style-check. * [ONNX] Refactor LSTM tests to use NgraphTestCase * Enable passing instance values to comparator * Style apply. * Fix style, syntax * Change order of class member to fix errors. * Switch to single-precision parameters. * Disable unit test for IGPU.
-
- 09 May, 2019 1 commit
-
-
Michał Karzyński authored
* [ONNX] Refactor LSTM tests to use NgraphTestCase * Enable passing instance values to comparator * Review comments
-
- 18 Apr, 2019 1 commit
-
-
Michał Karzyński authored
* Move ONNX tests to the test/onnx subdirectory * Change non-conforming test names * Refactor quant and reshape tests to separate files * Refactor tests into separate files * Rename test in GPU excludes
-