1. 03 Mar, 2020 1 commit
  2. 06 Feb, 2020 1 commit
  3. 10 Jan, 2020 1 commit
  4. 01 Jan, 2020 1 commit
  5. 05 Dec, 2019 2 commits
    • Tomasz Dołbniak's avatar
      [SPEC] v1::Split + onnx_importer adaptation (#3993) · c546282d
      Tomasz Dołbniak authored
      * fused::v1::Split op skeleton & serialization
      
      * Shape inference for Split and upgrade/downgrade passes
      
      * Upgrade pass for the Split op
      
      * Disable the failing onnx_importer Split op tests on interpreter
      
      * Opset1 test correction for v1::Split
      
      * Disable the failing Split op unit tests on PlaidML
      
      * Fix of the upgrade pass for Split
      
      * Remove one of the obsolete v0::Split constructors
      c546282d
    • Jayaram Bobba's avatar
      [SPEC] Select op with implicit broadcast (#3974) · 86bf4762
      Jayaram Bobba authored
      * Added v1::Select op with support for implicit broadcasting
      
      * Addressed PR feedback
      
      * Constant folding support for v1::Select op
      
      * Remove commented-out code
      
      * More shape inference tests
      86bf4762
  6. 04 Dec, 2019 1 commit
    • Scott Cyphers's avatar
      Runtime-extensible opsets (#3991) · 8adf78fe
      Scott Cyphers authored
      * Fix some opset bugs
      Typo in opset0
      Include ops.hpp rather than ngraph.hpp
      
      * Opset op insertion
      
      * Make opsets extendable, able to create instances
      
      * Update like replacement
      
      * Review comments
      8adf78fe
  7. 03 Dec, 2019 2 commits
  8. 02 Dec, 2019 3 commits
    • 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
    • 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
  9. 28 Nov, 2019 1 commit
    • Jayaram Bobba's avatar
      Opset1 Definition (#3813) · f6bddf08
      Jayaram Bobba authored
      * Opset1
      
      * Added opset1.hpp
      
      * Added more ops to opset0 and opset1
      
      * Move opset1.hpp up and remove opset0.hpp
      
      * Add versioning to more ops
      
      * Revert to older pass names to keep compatibility for external components
      
      * Fix compilation errors with codegen
      
      * merge
      
      * Added compile-time check for opset
      
      * Added opset1 tbl
      
      * Add op_version table of all ops
      
      * Create factories from op_version_tbl
      
      * reorg unsupported ops in int backend
      
      * Added temporary alias for GreaterEqual
      
      * Add missing case to interpreter enumeration
      
      * Finish opset serializer cleanup (#3939)
      
      * Opset-based opset conversion (#3937)
      
      * Opset-based opset conversion
      
      * Add other opset conversion
      
      * Use ops.hpp
      
      * Update opset0_tbl.hpp
      
      * Switch interpreter to opset0 + a few extras (#3941)
      
      * Switch interpreter, gcpu to opset0
      
      * Remove unnused files
      
      * Give interpreter its own opset
      
      * style
      
      * Fix namespace
      
      * Fix rounding type conversion
      
      * Work-around for bad clang3.9 bug
      
      * Work-around
      f6bddf08