1. 06 Dec, 2019 4 commits
  2. 05 Dec, 2019 5 commits
  3. 04 Dec, 2019 7 commits
  4. 03 Dec, 2019 10 commits
  5. 02 Dec, 2019 10 commits
    • Mateusz Bencer's avatar
      [SPEC] Add GatherTree:v1 (#3967) · 9b2095ed
      Mateusz Bencer authored
      * GatherTree introduced
      
      * Added GatherTree type_prop tests
      9b2095ed
    • Ilya Churaev's avatar
      Copy RT info for parameters (#3969) · d6c692af
      Ilya Churaev authored
      d6c692af
    • Yimei Sun's avatar
      3d1335fe
    • Mateusz Bencer's avatar
      [SPEC] Add constant folding for LogicalNot:v1 (#3961) · c2bb6d99
      Mateusz Bencer authored
      * Added consant folding for LogicalNot
      
      * Fixed alphabetical order
      c2bb6d99
    • Katarzyna Mitrus's avatar
      Add v1 version of Subtract with Numpy broadcasting as default (#3957) · 501b2e22
      Katarzyna Mitrus authored
      * V1 version of Subtract with default Numpy autobcast
      
      * Update op_v1_tbl.hpp with v1 version of Subtract
      
      * Use v1 of Subtract in ONNX importer
      
      * Add v1 namespace
      
      * Update namspece
      
      * Missing punctuation
      
      * Add Subtract to opset0 downgrade
      
      * Add Subtract to opset1 upgrade
      
      * Add Subtract header to cpu emmiter
      
      * Update serializer
      
      * Add Subtract to opset_pass tests
      
      * Use downgrade method
      
      * Add get_version method
      
      * Style apply
      
      * Add v1 Substract to check opset1
      
      * Add NGRAPH_API before class name
      
      * Removed get_version method
      
      * Separate cases for Subtract and Subtract_v1 in serializer
      
      * Update op_version_tbl with v1 Subtract
      
      * NUMPY autobcast for no args constructor
      
      * Add Subtract_v1 to serializer
      501b2e22
    • Mateusz Bencer's avatar
      [SPEC] Add DeformablePSROIPooling v1 (#3954) · 95d072aa
      Mateusz Bencer authored
      * Initial commit
      
      * Moved DeformablePSROIPooling to v1
      
      * Moved DeformablePSROIPooling to v1. Part.2
      
      * Added missing fields
      
      * Added inferance shape
      
      * Added type prop UT
      
      * Added serialization
      
      * Doc + styles applied
      
      * Revert incorrect changes
      
      * Revert incorrect changes. Part.2
      
      * Moved to NGRAPH_API
      
      * integration with master
      
      * Code review remarks introduced
      
      * DeformablePSROIPooling updated to new spec
      95d072aa
    • Mateusz Bencer's avatar
      [SPEC] Adjust Split (#3943) · 371b47fb
      Mateusz Bencer authored
      * Changed axis to Node
      
      * Added using normalize from validation util
      
      * refactored split
      
      * Added typrop tests to Split
      
      * Added set_input_is_relevant_to_shape for Split
      
      * clang style applied
      
      * Fixed var name
      
      * Code refactor
      
      * mergre from master. part.2
      
      * Constructor to provide CI compatibility
      
      * CI compatibility
      
      * CI compatibility
      
      * Updated get_outputs
      
      * CI compitability
      
      * Fixed get_outputs function
      371b47fb
    • Tomasz Dołbniak's avatar
      [SPEC] ReduceLogicalAnd & ReduceLogicalOr (#3874) · 8925436a
      Tomasz Dołbniak authored
      * ReduceLogicalAnd op implementation
      
      * ReduceLogicalOr op implementation
      
      * Add basic constant folding support
      
      * Fix typo
      
      * Revert "Add basic constant folding support"
      
      This reverts commit 5d14a1849e957858dd5f6615981b154a381a1127.
      
      * Introduce and use a new base class for logical reductions
      
      * Constant folding for v1::ReduceLogicalAnd
      
      * Constant folding for v1::ReduceLogicalOr
      
      * Obsolete cout removal
      8925436a
    • Pruthvi's avatar
      Relax check on LRN for rank requirement to be >=3 (#3952) · f2a8f6e5
      Pruthvi authored
      *  relax check for LRN for requirement rank should be >=3
      
      * rename unit test names
      
      * - Disable lrn unit test with axes for CPU backend
      
      * remove outdated unit test on rank requirement from type_prop
      
      * - disable newly added lrn unit test in plaidMl
      f2a8f6e5
    • Ilya Lavrenov's avatar
  6. 01 Dec, 2019 2 commits
  7. 29 Nov, 2019 1 commit
  8. 28 Nov, 2019 1 commit