- 09 Jul, 2019 9 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
Update generic CPU backend to latest ngraph API
-
Scott Cyphers authored
-
Scott Cyphers authored
Update mkl-dnn to v0.20
-
Sang Ik Lee authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Fix Onnx CI seg fault
-
Michał Karzyński authored
-
Sang Ik Lee authored
-
- 08 Jul, 2019 4 commits
-
-
Adam Procter authored
This reverts commit 6d123d6e.
-
Adam Procter authored
-
pruthvi authored
-
Rob Earhart authored
-
- 06 Jul, 2019 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 04 Jul, 2019 3 commits
-
-
Rob Earhart authored
-
Rob Earhart authored
This came up while debugging memory corruption in the ngraph-tf tests: plaidml_ops_replicate was holding onto a reference to a temporary that was destroyed while the reference was still live. Replacing that code with a call to get_argument() eliminated the temporary and fixed the issue. And in general, there's no reason to be allocating temporary vectors when we're pulling out a single argument, so this change replaces the other sequences of get_arguments().at(), too.
-
Rob Earhart authored
The PrefixReshapeElimination pass doesn't work correctly if the network's operation's input and output shape compatibility is being validated; an implicit broadcast operation is required to get the shapes right. This change moves the implementation back to PlaidML (since it's seeming less generally useful, and PlaidML has an implicit broadcast operation), and fixes both it and the implicit broadcast pass to only apply when the downstream operation is an elementwise operation (since PlaidML doesn't support automatic broadcasting for contractions).
-
- 03 Jul, 2019 7 commits
-
-
Scott Cyphers authored
Leona/doc v0.23
-
Scott Cyphers authored
-
Scott Cyphers authored
Remove reshape file from op/util.
-
Scott Cyphers authored
-
Scott Cyphers authored
Add initial igpu docs and other important fixes for 0.22
-
Scott Cyphers authored
-
Scott Cyphers authored
fix spelling error
-
- 02 Jul, 2019 15 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
memory allocator for CPU
-
Leona C authored
-
Leona C authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Failing test on INTERPRETER backend.
-
Robert Kimball authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Add QuantizedConvolution op to ngraph core
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Leona C authored
-
Leona C authored
-