- 29 Jul, 2019 4 commits
-
-
Robert Kimball authored
Changes to get allow NNP to pass tests
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 28 Jul, 2019 4 commits
-
-
Scott Cyphers authored
-
Adam Procter authored
* CF for Sign, and extend element type capabilities for unary arithop CF * Update CPU CF builders
-
Robert Kimball authored
-
Robert Kimball authored
-
- 27 Jul, 2019 3 commits
-
-
Adam Procter authored
* CF for Sum * style
-
Adam Procter authored
* CF for Concat * Switch from Nodes to Inputs/Outputs
-
Scott Cyphers authored
-
- 26 Jul, 2019 7 commits
-
-
Sang Ik Lee authored
-
gcwenger authored
API is synchronous per thread and threads are coordinated so that we know when we hit the last iteration everything is done. Using join() to gate end of iterations was introducing too much overhead to timing as verified via checking traces.
-
Diego Caballero authored
-
Scott Cyphers authored
* Convert some ops to use Output<Node> inputs * Remove duplicate validation
-
Scott Cyphers authored
* Some GetOutputElement changes to help with Output<Node> * Review comments
-
Nagy Mostafa authored
* Deallocate all temp tensors before return * style-apply
-
Pruthvi authored
* remove unique_ptr from allocator static allocation * - for default allocator return address of the static object on stack instead of returning ptr to dynamically allocated object * Revert "- for default allocator return address of the static object on stack instead of returning ptr to dynamically allocated object" This reverts commit 126b269cb298e6eb8b99b1b9a90d5aa7cf8fb948. * use raw pointer in set_host_memory_allocator * fix build error
-
- 25 Jul, 2019 5 commits
-
-
Adam Procter authored
* Finish moving things into test/backend * Update CODEOWNERS for moved file * Tweak GPU manifest for renamed test
-
Diego Caballero authored
* [MLIR] Fix naming convention in MLIR files Add naming convention note per file to state which files should use nGraph naming convention and which MLIR naming convention and align naming convention in those files with such a note. * Remove m-prefix
-
Robert Kimball authored
[CMAKE] Change CODEGEN error on windows to be more grammatically correct
-
Michał Karzyński authored
-
Adam Procter authored
-
- 24 Jul, 2019 12 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
Leona/doc v0.24
-
Robert Kimball authored
-
Robert Kimball authored
[MLIR] Enable Gather Op
-
Robert Kimball authored
-
Robert Kimball authored
Add nbench support for double buffering
-
Robert Kimball authored
-
Robert Kimball authored
Remove support for adjoints of nodes
-
Robert Kimball authored
-
Robert Kimball authored
Python capsules support for ngraph::Function
-
Tomasz Socha authored
-
Tomasz Socha authored
-
- 23 Jul, 2019 5 commits
-
-
nmostafa authored
-
Scott Cyphers authored
-
Sang Ik Lee authored
* Pad: add pad mode SYMMETRIC * Style. * Disable UT on unsupported backends.
-
Leona C authored
-
Scott Cyphers authored
-