- 28 May, 2019 1 commit
-
-
Adam Rogowiec authored
-
- 27 May, 2019 4 commits
-
-
arogowie-intel authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
- 25 May, 2019 1 commit
-
-
Robert Kimball authored
* update a few files to build on windows * more fixes
-
- 24 May, 2019 19 commits
-
-
Scott Cyphers authored
* Switch some get_inputs uses to use the newer inputs * Review comments
-
Jayaram Bobba authored
* Added CTCGreedyDecoder layer op * Added comment on seq_len validation checks
-
Adam Procter authored
-
Robert Kimball authored
* API defined * add unit test for save/load with INTERPRETER * Update per review comments * fix compiler error
-
Jayaram Bobba authored
* Added accessor methods for layer op attributes * style fixes and addressed PR feedback
-
Dmitry Yershov authored
-
Michał Karzyński authored
* [ONNX] Unit test models for QLinearMatMul * [ONNX] Extended types support for NgraphTestCase * [ONNX] Move the value comparators to the NgraphTestCase class * Add test cases * Add shape checking * disable GPU tests
-
Robert Kimball authored
* make private members protected in hybrid classes * allow overriding the passes
-
Michał Karzyński authored
* [Fused] LeakyRelu op * Add LeakyRelu to serializer * Add unit tests * Fix merge branch 'master' into mkarzyns/fused_leaky_relu * Change broadcasting rules to NumPy style * Remove std:: and ngraph:: prefixes * Rename CPU Runtime LeakyRelu to CPULeakyRelu * Style apply * Fix cpu_fusion.fuse_leaky_relu test * Use eigen's tanh in the fused sigmoid multiply kernel (#2946) * Merge branch 'master' into mkarzyns/fused_leaky_relu * Add LeakyRelu to Intel GPU backend op list * Add LeakyRelu to Intel GPU backend op list
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Robert Kimball authored
* create tensor for the primary backend * move private objects to protected
-
- 23 May, 2019 6 commits
-
-
Amy Zhuang authored
-
Amy Zhuang authored
* Move zero padded conv fusions from CPUFusion to CoreFusion. * Address PR feedback: move unit tests to core_fusion.
-
gaurides authored
* Remove functions from cpu which were moved to core * Fix a typo * Remove unused function
-
Adam Procter authored
-
Leona C authored
* Update version, clean up ToC, add more detail to section on inspecting graphs... * Minor adjustments to version module * Move distributed training page to extras since there's not much there * Fix links that break when doing that * Consistent casing on section titles * Orphan governance page so we don't have blank/empty links * Update release notes with new version module structure * PR feedback
-
Robert Kimball authored
* update visualize tree file extenstions and output formats * fix runtime error
-
- 22 May, 2019 9 commits
-
-
Louis Feng authored
* constexpr ctor for EnumMask * added pass properties to core passes. * change fusion type to have better type safety. * refactor to use enum mask. * remove extra code. * added constants for FusionType backward compatibility. * spelling. * grammar fix.
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
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
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-