- 10 Dec, 2019 1 commit
-
-
baojun authored
* fix layernorm flatten issue * update ut * checkout output val * fix style * apply tolerance
-
- 09 Dec, 2019 2 commits
- 08 Dec, 2019 1 commit
-
-
Robert Kimball authored
* Fix serialization of op's type (#4019) * Fix serializer op name * cleanup * Kick off new build * style
-
- 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 3 commits
-
-
Mateusz Bencer authored
* GatherTree introduced * Added GatherTree type_prop tests
-
Ilya Churaev authored
-
Yimei Sun authored
-