- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 05 Dec, 2019 1 commit
-
- 04 Dec, 2019 1 commit
-
-
Ilya Churaev authored
* Added reproducer for specialize_function * Remove GOEs that might have been introduced while cloning nodes in function specialization * Address PR feedback * Fix incorrect merge
-
- 12 Nov, 2019 1 commit
-
-
Gleb Kazantaev authored
* Added constant sharing support * Added unit tests for specialize_function * Added parameter description * Code style fix
-
- 21 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Convert remaining dynamic_pointer_casts for ops Make is_type a function instead of a method Direct implementation of `is_parameter` * Add exports * Missing includes * headers * missing export
-
- 22 May, 2019 1 commit
-
-
Adam Procter authored
* Virtualize some things that crash when layout descriptor is missing * More shape specialization * (very bare) skeleton for dyn elimination * Miscellaneous * Lift i32->int64-only restriction on constant folding for Convert * Add constant folding for ShapeOf, and some tests for new constant folders * Tests for DynElimination * Rename specialize_shapes to specialize_function, and add a unit test for value substitution * Roll back overeager API change in dyn slice bprop (it has to handle right-indexed axes; bummer) * Add a test for dynamic usage of transpose op * Fix warning/error about variable shadowing * Strengthen checks in apply_permutation * Propagate Constant shapes through Transpose * Add CHANGE_DYNAMIC_STATE where appropriate * PR feedback, and fix unit test failure * Fix PR reference in comment * PR comments * Comments for helper funcs * Remove unique_ptr indirection for the AlignedBuffers * Fix incorrect indexing of AlignedBuffer vector (whoops\!) * Remove unnecessary CHANGE_DYAMIC_STATEs * De-update pass property unit test for const folding * Replace mystery runes with all_pass_property_off
-
- 15 Apr, 2019 1 commit
-
-
Adam Procter authored
* Replace assert and NGRAPH_ASSERT with NGRAPH_CHECK; deprecate old classes * Rename node_validation_assertion_string to something slightly more descriptive * Fix syntax error in GPU BE * Fix some messed-up includes * More comments, more tests * Fix reference to properly include check.hpp (should unbreak codegen) * Add check.hpp include to gpu_util.cpp * Comment updates * Comment update * Oops * PR feedback: better formatting when context info or explanation are missing
-
- 14 Mar, 2019 1 commit
-
-
Adam Procter authored
* Add support for shape-specializing functions * Move PR comment into docstring for specialize_shapes * Fix some broken unit tests * Add stub cases for op_tbl-dependent stuff * Revert "Add stub cases for op_tbl-dependent stuff" This reverts commit 2153967dc2fe544ca78a99548c8bb3cdfefc8470.
-