- 26 Feb, 2020 1 commit
-
-
Fabian Boemer authored
* Add set_config option to python backend * Address reviewer comment Co-authored-by:
Robert Kimball <robert.kimball@intel.com>
-
- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 22 Nov, 2019 1 commit
-
-
Tomasz Dołbniak authored
* Construct HardSigmoid with alpha and beta as inputs * Switch to the new HardSigmoid constructor entirely * Broadcast with numpy style in hard sigmoid * Python bindings adjustment to the new constructor * Different way of creating constants * Accept scalars instead of 1D vectors for alpha and beta * Adjust the python tests to the new HardSigmoid constructor * Use v1 ops in fused HardSigmoid * Relax the static shape requirement for alpha and beta * Fix merge
-
- 15 Nov, 2019 1 commit
-
-
Mateusz Bencer authored
* Added support mode for SpaceToDepth * Added unit tests * Fixed styles * Revert changes in prototxt files
-
- 08 Nov, 2019 1 commit
-
-
Adam Rogowiec authored
-
- 05 Nov, 2019 1 commit
-
-
Mateusz Bencer authored
-
- 23 Oct, 2019 1 commit
-
-
Tomasz Socha authored
-
- 14 Oct, 2019 1 commit
-
-
Ewa Tusień authored
-
- 11 Oct, 2019 1 commit
-
-
Ewa Tusień authored
* [Py] Added operators GroupConvolution and RNNCell to Pythpn API * [Py] Removed code unrealated to branch. * [Py] Undo removed test. * [Py] Added removed decorator. * [Py] Code formatting. * [Py] Added ops to documentation's list. * [Py] Added skipped file. * [Py] Code formatting. * [Py] Code formatting. * Revert "Merge branch 'master' into etusien/GroupConv_RNNCell" This reverts commit a1848ea48916b293d5260869b2a52827bea21981, reversing changes made to 6a60068abf8e5391bf875ee22573eb1aa388b047. * [Py] Reverted changes. * [Py] Changed imports' list * [Py] Added missed imports. * [Py] Added operators GroupConvolution and RNNCell to Pythpn API * [Py] Removed code unrealated to branch. * [Py] Undo removed test. * [Py] Added removed decorator. * [Py] Added ops to documentation's list. * [Py] Added skipped file. * [Py] Code formatting. * [Py] Code formatting. * [Py] Reverted changes. * Revert "Revert "Merge branch 'master' into etusien/GroupConv_RNNCell"" This reverts commit 9c46ce5d289dadc4979e4712c79fff84bb538652. * [Py] Reverted changes. * [Py] Code formatting. * [Py] Code formatting. * [Py] Added PadType to Group Conv op.
-
- 04 Sep, 2019 2 commits
-
-
Michał Karzyński authored
* Add opset_version field to Node * Add opset version aliases to Softmax * Add op::set1::Softmax operator * Disable opset 1 ops in INTERPRETER * Add serializer support for Softmax opset 1 * Opset1Transformation pass * Added unit tests to softmax pass * Code refactoring * Added missing virtual to set_opset_version * Clang styles applied * Update src/ngraph/pass/opset1_transform.cpp Co-Authored-By:
Adam Procter <adam.m.procter@intel.com> * Part.1 Code review remarks introduced * Part.2 Code review remarks introduced * Changed opset_version to op_version * Code review remarks introduced * Code review remarks introduced * Set Op as base class for Softmax instead of UnaryElementwiseArithmetic * Fixed unit tests * v1::Softmax::generate_adjoints mark temporarily as not supported * Fix CI. Part.2 * Fix CI. Part.3 * Code review remarks introduced * Rename Opset1Transformation to Opset1Upgrade * Fixed clag style problem with enum switch * Fixes clang compilator error * Removed unused foward declaration * Code review remarks introduced * Added checking if input rank is static
-
Ewa Tusień authored
* [Py] Added Dequantize, Quantize, Quantized Convolution, Quantized Dot operators to Python API. * [Py] Removed unnecess import. * [Py] Changed docstring. Co-Authored-By:
Tomasz Socha <tomasz.socha@intel.com> * [Py] Changed docstring. * [Py] Changed docstring. * [Py] Added missed imports.
-
- 28 Aug, 2019 1 commit
-
-
Ewa Tusień authored
* [Py] Added operators Shuffle Channels, Squared Difference and Squeeze to Python API. * [Py] Changed docstring. * [Py] Changed docstring. * [Py] Changed docstring.
-
- 21 Aug, 2019 1 commit
-
-
Adam Procter authored
-
- 15 Aug, 2019 1 commit
-
-
Tomasz Socha authored
* [FUSED] Change alpha attribute in Elu from dynamic to static * Fix python API * Fix failing python test * Remove unnecesary test * Fix merge artifact * Review fix I * Review Fix PyAPI
-
- 12 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 09 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 08 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 02 Aug, 2019 1 commit
-
-
Ewa Tusień authored
* [Py] Added grn operator to Python API. * [Py] Changed order of included files. * [Py] Changed docstring. * style
-
- 30 Jul, 2019 2 commits
- 29 Jul, 2019 1 commit
-
-
Ewa21 authored
-
- 25 Jul, 2019 1 commit
-
-
Ewa21 authored
-
- 24 Jul, 2019 2 commits
- 23 Jul, 2019 2 commits
- 22 Jul, 2019 4 commits
-
-
tomdol authored
-
Ewa Tusień authored
* Added elu operator to Python API. * Added missing file. * Specified elu function description. * Expand docstring * [Py] Added test with scalar for elu operator. * Bugfix * [Py] Changed input type in elu test. * Update test_ops_binary.py * [Py] Syntax bugfix. * [Py] Added elu operator to list in documentation.
-
Tomasz Dołbniak authored
-
tomdol authored
-
- 19 Jul, 2019 1 commit
-
-
tomdol authored
-
- 10 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 26 Jun, 2019 2 commits
-
-
Robert Kimball authored
-
tsocha authored
* [ONNX] Add eyelike operator * Use shifted square identity in square identity * Make new helper function to map onnx_types<->ngraph_types * Add fp16 support to ngraph Python API * Move helper common.hpp => common.cpp * Add checker for attribute presence * Style check * Add definition of shifted word * Change return value of attribute presence !(==) -> != * Rename is_attribute_present => has_attribute * Clean-up headers in eyelike.cpp * Organize headers in common.*pp * Minor review fixes * Style check * Add test for EyeLike with negative k
-
- 05 Jun, 2019 1 commit
-
-
Robert Kimball authored
* remove tensor offset from tensor read/write calls because it was never used * fix build errors * fix build errors * fix python test errors * more python fixes * revert change * Make old version of read/write deprecated * fix python read overload * one more try to fix python binding * fix python * yet another try * why is this so hard * fix? * add text to changes.md
-
- 10 May, 2019 1 commit
-
-
Adam Procter authored
* Add create_dynamic_tensor function to Backend signature * Add skeleton of dynamic wrapper class * Simple test for construction * Some progress on dynamic tensor creation * Compile dynamic wrapper into core; change config string to a factory option * Add wrapped executable, working on simple example * Add wrapped dynamic tensor * Update to match new tensor API * Update wrapper to clone the graph; basic dyn test now passes * Update call_with_validate to grok dynamic * Make the unit tests a little prettier * Make get_element_type virtual * Change dynamic tests to be backend-parametric; fix get_element_type check for dyn tensors * Add dynamic.in.cpp * CODEOWNERS entry for dynamic_wrapper * Remove overly-accommodating behavior for create_dynamic_tensor on non-dynamic BEs * Pass enable_performance_collection to wrapped compile() calls * More comments in the 'abc' test * Fix 'create' wrapper in pybind11 * Remove unnecessary WrappedStaticTensor class * Better names for the classes, and add some docstrings * Fix pybind for 'create' to return shared_ptr now
-
- 08 May, 2019 1 commit
-
-
Robert Kimball authored
* Interpreter working * cleanup * cleanup * add CPU backend * Update the rest of the backends * update python API * update test_case to use new shared_ptr
-
- 01 May, 2019 1 commit
-
-
Robert Kimball authored
* Remove parameter, result, and node vector files and class, use vector * Fix gcc issues * style * Remove python references * update python files * fix error * fix build error
-
- 25 Apr, 2019 1 commit
-
-
Sang Ik Lee authored
-
- 23 Apr, 2019 1 commit
-
-
Sang Ik Lee authored
* Don't create a separate .so for python onnx importer. * Pass outer make's -j values to sub make used in python_wheel.
-