- 13 Dec, 2019 1 commit
-
-
Robert Kimball authored
-
- 12 Dec, 2019 4 commits
-
-
Ilya Churaev authored
* Fixed bin constant ops * Added export * Fixed buffer size * Fixed code style
-
Tomasz Socha authored
* Add upgrade and downgrade pass for GroupConvolutionBackpropData ops - Add up/downgrade passes for GroupConvolutionBackpropData operators - Improve decompose operatorion of v0::GroupConvolutionBackpropData to support N-dimensional data - Add UT for up/downgrade passes. * Remove unused variable
-
Tomasz Socha authored
-
Robert Kimball authored
* Fix tolerance for all_close_f * Lower tolerance * use all_close
-
- 11 Dec, 2019 9 commits
-
-
Pruthvi authored
* - use construct_validate_infer_types() in CumSum ctor * - remove unused variable - relax rank check * Warning
-
pawelpiotrowicz authored
-
Leona C authored
* Make sure examples compile * Resolve doc build error due to opset versioning and align dynamic tensor doc to cpp example * Add latest rc * Remove deprecated API * Update brief link summary * Dist example * update doc for cpp code examples folder * Fix typo and toc index * Build config for example, deprecation in dist test * style * Sitemap for ngraph.ai doc content * Add title to sitemap * resolve docbuild warnings resultant from sitemap link labeling * Doc tag for 0.27.1
-
Amy Zhuang authored
* Update MKLDNN to v1.0.4. Build MKLDNN-v1 by default. * Add bf16 support check. * Modify visibility.
-
Michał Karzyński authored
-
Ivan Tikhonov authored
-
Michał Karzyński authored
* Helper in Constant to allow casting values to a different type Simplify logic needed to extract values from a Constant node, when the expected data type is specified only as integral or floating point. * Review comment * Review comment Co-Authored-By: Tomasz Socha <tomasz.socha@intel.com> * Style apply
-
Robert Kimball authored
* Change generate_adjoints to take an OutputVector instead of a NodeVector for deltas. * Cleanup * Adjoints class convert to use Output<Node> * More cleanup * More cleanup * Post-merge build issues * Don't push initial bprops multiple times * Eliminate GOE correctly * back-compatibility, unit test
-
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 * [MKLDNN] Emit dgemm for 2D DP FP Dot op Add support for emitting MKLDNN's double precision FP gemm from a 2D double precision floating point Dot operation. * Removed unnecessarily duplicated pattern * Add f64 matmul support to CPU Emitter + unit test * Add check for DP unsupported bias in cpu_fusion.cpp
-
- 10 Dec, 2019 1 commit
-
-
baojun authored
* fix layernorm flatten issue * update ut * checkout output val * fix style * apply tolerance
-
- 09 Dec, 2019 3 commits
-
-
aslepko authored
Update jenkins-trigger.groovy
-
aslepko authored
Moving to gitlab.
-
Scott Cyphers authored
* Make sure examples compile * Resolve doc build error due to opset versioning and align dynamic tensor doc to cpp example * Add latest rc * Remove deprecated API * Update brief link summary * Dist example * update doc for cpp code examples folder * Fix typo and toc index * Build config for example, deprecation in dist test * style
-
- 07 Dec, 2019 2 commits
-
-
Robert Kimball authored
* Fix serializer op name * cleanup
-
Ewa Tusień authored
* [ONNX] Added gatherND op to ONNX importer. * Added tests. * Removed new line. * Update onnx_import.in.cpp * Changed tests.
-
- 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 4 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.
-