- 01 Oct, 2019 1 commit
-
-
Scott Cyphers authored
* Provenance for builders (#3644) * Provenance for builders * Tests * Tests * Update src/ngraph/node.hpp Co-Authored-By:
Sayantan Sarkar <sayantan.sarkar@intel.com> * style Finish migration * Migration to master * Handle op constructors that construct ops * Update provenance for topk * Add missing input (#3691) * Add missing input * If builder does nothing, don't dive into the inputs * Reverse test * simplify, add test * Add test * add test
-
- 19 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Fixes bug in provenenace for subgraph replacement * Updates unit tests for the provenance algorithm fix * Changes provnance set to ordered set for better consistency in iteration order.
-
- 16 Jul, 2019 1 commit
-
-
Mohammad Mahbubuzzaman authored
* Fixes pprovenance issue for replace_node() when new nodes are added by the replacement. * Updates unit test comment and adds one more.
-
- 17 May, 2019 1 commit
-
-
Mohammad Mahbubuzzaman authored
-
- 08 May, 2019 1 commit
-
-
Mohammad Mahbubuzzaman authored
-
- 18 Apr, 2019 1 commit
-
-
Mohammad Mahbubuzzaman authored
* Add some unit tests for provenance with node replacement * One more test * add provenace propagation * Adds ability to control whether provenance is on or off * Add some unit tests for provenance with node replacement * One more test * add provenace propagation * Adds ability to control whether provenance is on or off * Removes extraneous semicolon * Fixes include header errors * Reimplements provenance enable flag using global variable * Fixes style issues. * Adds newline at the end of file. * Fixes function return type. * Adds RAII mechanism for localizing provenance enable state in testing. * Improves getter/setter method name to match variable name. * Adds s_ prefix to global variable provenance_enabled.
-
- 09 Apr, 2019 1 commit
-
-
Adam Straw authored
This reverts commit 6c8284a3.
-
- 05 Apr, 2019 1 commit
-
-
Adam Straw authored
* Add some unit tests for provenance with node replacement * One more test * add provenace propagation
-