- 06 Nov, 2019 1 commit
-
-
Gleb Kazantaev authored
* Fix for openvino ci * Fix * Resolve comments * Revert_changes
-
- 22 Oct, 2019 1 commit
-
-
Robert Kimball authored
* Remove debug output * More cleanup
-
- 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
-
- 20 Aug, 2019 1 commit
-
-
Adam Procter authored
-
- 15 May, 2019 1 commit
-
-
Louis Feng authored
* constexpr ctor for EnumMask * added pass properties to core passes. * added unit tests. * minor fixes.
-
- 01 May, 2019 1 commit
-
-
Pruthvi authored
* - add support to algebriac simplification to check dynamic shapes against the Pass Properties * - added PassProperty to RecurrentMatcher - added checks to check for dynamic function state and PassProperty in GraphRewrite before applying graph optimization - optimize number of calls to f->is_dynamic() in AlgebraicSimplification * - make changes to Algebriac Simplicfication graph pass to accept PassProperty * - test case for AlgebraicSimplification pass properties - set the Pass Property in the pass ctor * Address PR comments * fix bug in pass manager * Addressed PR comments
-
- 09 Apr, 2019 1 commit
-
-
Robert Kimball authored
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 16 Nov, 2018 1 commit
-
-
Robert Kimball authored
* Move ParameterVector and ResultVector to the ngraph namespace where they belong * update python wrapper * more python fixes * style * Update setup.py * fix some new code
-
- 21 Sep, 2018 1 commit
-
-
Nick Korovaiko authored
* extend concat elimination to fold slice + reshape * relax branch tip to be anything not just goe * add support for transpose when concat of slice + reshape occurred on internal axis. * simplify reshape order permutation * multi-axis slice + concat do not cancel and are now disabled. generalize detection of axis reordering when intermediate reshape is present to include logical reshape and reshape that results in axis reordering for the cases: parent_shape.size gt, eq, and lt concat_shape.size. * check that slices are in order * add one user check on reshape * add more checks * fix warnings * Reshape axis order did not include enough dimensions when the transposed and reshaped result was of lower rank.
-
- 29 Aug, 2018 1 commit
-
-
Robert Kimball authored
* use line comments instead of multiline comments for license header * update more * update new files * more header updates * style
-
- 05 Jun, 2018 1 commit
-
-
Nick Korovaiko authored
* slice elimination * add comment for simplify_concat * fix concat_slice * another reshape-related fix * added a missing header * disable reshape-concat optimization * test fix
-
- 11 May, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 08 May, 2018 1 commit
-
-
Nick Korovaiko authored
* product simplifier * char -> signed char
-
- 06 May, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 26 Apr, 2018 2 commits
-
-
Nick Korovaiko authored
* pick broadcast if exists * remove logic for sum * get at broadcast using the label-on-skip approach * tests for broadcast fix * add comments
-
Nick Korovaiko authored
* simplifier for sum * add comment, remove visualization passes
-
- 24 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* infra for algebraic simplification and simplifications for Add and Multiply (including broadcast consts) * add tests, fix bugs * negative tests, 0*0, 0*1, 0+0 * possible fix for 0*1 * remove stale test * fix merge comp errors * fix comp errors
-