- 06 Dec, 2019 11 commits
-
-
Geoffrey Wenger authored
-
baojun authored
* add ut to reproduce issue from PR#3931 * disable ut for plaidml
-
Katarzyna Mitrus authored
-
Tomasz Socha authored
-
Mateusz Bencer authored
-
Mateusz Bencer authored
-
Michał Karzyński authored
-
Diego Caballero authored
* [MLIR] Update MLIR/LLVM repos * Move MLIR/LLVM repos forward This includes fix to affine fusion algorithm. * Fix issues after merge * Fix lit test
-
Geoffrey Wenger authored
-
Scott Cyphers authored
* Add exports * Work-around windows issues * windows * Avoid vectors
-
Diego Caballero authored
-
- 05 Dec, 2019 5 commits
-
-
Nagy Mostafa authored
* disable group conv if data dilation is not 1s * Enable group conv decomposition if data or window dilation is enabled. Re-enable a unit-test * PR fix * PR fix * Fix fails
-
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
-
Robert Kimball authored
Don't imbue locale to cout, imbue a stringstream instead so that it does not contaminate ngraph output (#3989)
-
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
-
- 04 Dec, 2019 7 commits
-
-
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
-
Gleb Kazantaev authored
* Fixed group convolution infer function * style
-
baojun authored
* Add Fluid reduce_sum and reduce_sum_grad * Temp save. * Try cmake target_sources * Make files compile. * add fluid pool op placeholder * can compile * add global pooling attribute * implement fprop * implement bprop * remove unused
-
Sang Ik Lee authored
* Add FLuid test. * Fix typo. * Fix Typo.
-
Robert Kimball authored
-
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
-
Scott Cyphers authored
Typo in opset0 Include ops.hpp rather than ngraph.hpp
-
- 03 Dec, 2019 10 commits
-
-
Tomasz Dołbniak authored
* NonMaxSuppression op skeleton * Validation of the NonMaxSuppresion op * Correct last 'boxes' dimention check * onnx_importer support for NonMaxSuppression * Code formatting * Type and shape inference for NonMaxSuppression * Different initialization of NMS inputs in onnx_importer * Code formatting * Basic type_prop tests for NonMaxSuppression * More type_prop validation for NMS
-
Tomasz Socha authored
* [SPEC] Add new v1::GroupConvolution and v1::GroupConvolutionBackpropData ops. * Sort downgrade passes * Add downgrade pass fro GroupConvolution * WIP I * Fix GroupConvolution validate and infer types * Add upgrade pass for GroupConvolution * Remove unnecesary get_static_groups() method * Disable pass for cases when groups are in filters * Review Fix I * Move ops to fused/group_conv.hpp * Use Op instead of FusedOp again * Move v1::GroupConvolution and v1::GroupConvolutionBackpropData to FusedOp but temporarily disable decomposition
-
Ilya Lavrenov authored
-
Michał Karzyński authored
* Enable multitple int types for OneHot 'depth' param * Move validation logic out of helper * Make helper more generic
-
Gleb Kazantaev authored
* Convert slope to data type * UPdated Mod decomposition to use V1 Subtract
-
Gleb Kazantaev authored
* Fixed Selu op decomposition * Updated Selu op
-
Tomasz Dołbniak authored
-
Mateusz Bencer authored
-
Jayaram Bobba authored
-
baojun authored
* Add Fluid reduce_sum and reduce_sum_grad * Temp save. * Try cmake target_sources * Make files compile. * Add fprop and build Fluid ops by default. * Some fixes. * Fix shape inference issue. * Add bprop. * Fix bprop. * Bug fixes.
-
- 02 Dec, 2019 7 commits
-
-
Mateusz Bencer authored
* GatherTree introduced * Added GatherTree type_prop tests
-
Ilya Churaev authored
-
Yimei Sun authored
-
Mateusz Bencer authored
* Added consant folding for LogicalNot * Fixed alphabetical order
-
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
-
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
-
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
-