- 11 Oct, 2019 4 commits
-
-
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.
-
baojun authored
* make axes dynamic * add ut * update softmax deserializer * check axes to be constant * remove duplicates
-
Mateusz Bencer authored
* Implemented downgrade pass * Using Pad:v1 in onnx_importer * Downgrade transformation doc fixed * Added downgrade pass for reduce_prod * Using ReduceProd:v1 in onnx_importer * Added ReduceProd:1 downgrade support * Clang styles applied * Downgrade pass added for all backends * Added downgrade pass for reduce_prod * Using ReduceProd:v1 in onnx_importer * Added ReduceProd:1 downgrade support * Clang styles applied * Apply suggestions from code review Changed pad_opset_pass to opset_downgrade Co-Authored-By: Tomasz Socha <tomasz.socha@intel.com> * Fix names * Apply suggestions from code review Removed redundant include, renamed tests Co-Authored-By: Tomasz Socha <tomasz.socha@intel.com> * Changed order of passes * Changed way of op casting * Changed order of passes * Changed downgrade pass order of CPU backend * Changed downgrade pass order of CPU backend * styles applied * [SPEC] Fixed NormalizeL2 (#3695) * Fixed NormalizeL2 * style applied * Fixed axes rank checking * removed redundant comma * Set keep_dims by function argument * Improved error message * Fixed casting method * fix styles * styles applied * Fixed normalize tests * unit tests names refactor Co-Authored-By: Michał Karzyński <postrational@users.noreply.github.com> * Disable not supported PlaidML tests * Added missing EOF
-
aslepko authored
Bump MLIR version
-
- 10 Oct, 2019 11 commits
-
-
Nagy Mostafa authored
-
Nagy Mostafa authored
* Change order of gemm operation * Add Dot lit test * style-apply * Fix captures to avoid escapes on []
-
nmostafa authored
-
Chris Sullivan authored
-
nmostafa authored
-
Amy Zhuang authored
-
Nishant Patel authored
-
Leona C authored
* Release notes 0.26.0-rc.3 and revise bridges overview * Fix version module and add latest release notes; update some doc menus * Let release notes be discoverable * Documentation master index * Documentation index pg * Update ops for version * Update illustration * Remove old illustration * Add note for 0-rc.4 * Add section on NGRAPH_PROFILE_PASS to backend API * rc-0.5 * Final preview 0.26 release notes * Note changes on Sum validation * Fix link syntax that breaks on Sphinx 3.0 * Revert file that triggers unnecessary review * Typo fix * PR feedback * Consistency on section title capitalizations * Update link * Section title consistency
-
Scott Cyphers authored
-
Mateusz Bencer authored
* Implemented downgrade pass * Using Pad:v1 in onnx_importer * Downgrade transformation doc fixed * Downgrade pass added for all backends * Apply suggestions from code review Changed pad_opset_pass to opset_downgrade Co-Authored-By: Tomasz Socha <tomasz.socha@intel.com> * Changed order of passes * Changed downgrade pass order of CPU backend * Added reverse:v1 downgrade * Code review remakrs introduced * Fixed problem with foward declaration
-
nmostafa authored
-
- 09 Oct, 2019 5 commits
-
-
nmostafa authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Diego Caballero authored
-
Nishant Patel authored
* Modify convert op to convert from bf16 to float and vice-versa * Add a check * Remove conversion routines and use the convert op for casting * disable unit tests for plaidml
-
- 08 Oct, 2019 4 commits
-
-
Ashok Emani authored
* add get_default_pipeline_depth to executable * use get_preferred_pipeline_depth
-
Gleb Kazantaev authored
-
Robert Kimball authored
-
Scott Cyphers authored
* Cyphers/lastwarns (#3640) * Build changes for -Wall * Use properties * Remove no-zero-as-null-pointer-constant * add ##__VAR_ARGS__ workaround * enable gnu-zero-variadic-macro-arguments warning * fix gnu-zero-variadic-macro-arguments * use PrintToDummyParamName * remove ##__VA_ARGS__ workaround * fix ##__VA_ARGS__ and enable gnu-zero-variadic-macro-arguments * handle windows build * use alternative fix to support VS compiler * fix merge issue * remove variadic macros from kernel_selectors * replace remaining ##__VA_ARGS__ * fix missing braces * Remove some clang warnings * Warnings cleanup
-
- 07 Oct, 2019 5 commits
-
-
Scott Cyphers authored
* Switch op dynamic casts that crept back in * PR for debugging purposes (#3718) * back out * transpose * next try * Another is_type * Another is_type * next is_type * Revert, is_type remainder * verify * v1 and Dyn mixup * Work around clang++-3.9 bug
-
Mateusz Bencer authored
* Implemented downgrade pass * Using Pad:v1 in onnx_importer * Downgrade transformation doc fixed * Downgrade pass added for all backends * Apply suggestions from code review Changed pad_opset_pass to opset_downgrade Co-Authored-By: Tomasz Socha <tomasz.socha@intel.com> * Changed order of passes * Changed downgrade pass order of CPU backend * Code review remarks introduced
-
Ivan Tikhonov authored
* add check for dynamic dimensions * to_shape() -> rank() * Delete unnecessary check * Added in DeduceDynSlice suite to check dynamic dimension * minor codestyle fix * c-cast -> static_cast
-
Robert Kimball authored
Remove Intel GPU backend
-
Robert Kimball authored
-
- 05 Oct, 2019 2 commits
-
-
Robert Kimball authored
-
Fabian Boemer authored
* Added power constant folding * Style apply * Removed python operator pow
-
- 04 Oct, 2019 4 commits
-
-
Fabian Boemer authored
-
Scott Cyphers authored
* Hotfix for negative axes in unsqueeze op (#3705) * Hotfix for negative axes in unsqueeze op * Review fix I * Enable Gather with negative indices. (#3701) * Enable Gather with negative indices. * Address PR feedback. * Remove GOE from Gather unit tests. * merge error * Disable test for MLIR
-
Ilya Churaev authored
-
Robert Kimball authored
* More expressive error messages * style
-
- 03 Oct, 2019 4 commits
-
-
Amy Zhuang authored
Enable in place rotation for Reshape for blocked data format.
-
Diego Caballero authored
-
Gleb Kazantaev authored
* Added ReduceMean, ReduceMin, ReduceMax; Updated ReduceProd, ReduceSum * Removed redundant method from arithmetic_reductions_keep_dims.cpp * Fixed code style issues * Removed generate_adjoints * Fixed cpu_emitter
-
Gleb Kazantaev authored
-
- 02 Oct, 2019 1 commit
-
-
Ewa Tusień authored
* [ONNX] Remove broadcasting from ONNX importer. * [ONNX] Used Xor op instead of And,OR and NOT ops.
-