- 08 Aug, 2019 19 commits
-
-
Adam Procter authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Cyphers/25tomaster
-
Scott Cyphers authored
-
Scott Cyphers authored
Update CODEOWNERS
-
Adam Procter authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Convert remaining experimental op dir to output args
-
Scott Cyphers authored
-
Ewa Tusień authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Cyphers/s barannikov initialize dyn pad mode
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Fix crash when NGRAPH_ENABLE_{VISUALIZE,SERIALIZE}_TRACING=1
-
Adam Procter authored
-
Scott Cyphers authored
-
- 07 Aug, 2019 15 commits
-
-
Scott Cyphers authored
Add missing initialization of pad mode in DynPad constructor
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Denise Kutnick authored
* adding group convolution implementation for plaidml * update CMakeLists.txt to include new group convolution files * adding new ngraph unit tests for grouped convolutions * adding group conv unit test back in for plaidml backend * specify group convolution support in plaidml * add denise as codeowner for plaidml runtime dir * remove commented-out lines of unit test manifest * style changes * resolve all discussions in PR * skip data dilation unit test on cpu backend
-
Scott Cyphers authored
-
Denise Kutnick authored
* adding group convolution implementation for plaidml * update CMakeLists.txt to include new group convolution files * adding new ngraph unit tests for grouped convolutions * adding group conv unit test back in for plaidml backend * specify group convolution support in plaidml * add denise as codeowner for plaidml runtime dir * remove commented-out lines of unit test manifest * style changes * resolve all discussions in PR * skip data dilation unit test on cpu backend
-
Pruthvi authored
* Don't enable dl use in static builds remove dladdr in static * Swap dlerror defs * - add NGRAPH_INTERPRETER_STATIC_LIB_ENABLE && NGRAPH_CPU_STATIC_LIB_ENABLE as compiler definitions * Don't look for backends if static * - add dummy function to register quantized concat and max_pool for static build * Fix ifdef
-
Adam Procter authored
I think this was a merge error of some kind.
-
Diego Caballero authored
This will avoid that we break MLIR examples when we are modifying MLIR codebase directly.
-
Mateusz Bencer authored
-
Robert Kimball authored
[Py] Added depth_to_space operator to Python API.
-
Michał Karzyński authored
-
Mateusz Bencer authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 06 Aug, 2019 4 commits
-
-
Robert Kimball authored
* Unit tests to individual files * rename obsolete file
-
Scott Cyphers authored
-
Ewa Tusień authored
-
Sergei Barannikov authored
Based on clang analysis.
-
- 05 Aug, 2019 2 commits
-
-
Sergei Barannikov authored
-
Adam Procter authored
* WIP * CHANGE_DYNAMIC_STATE * Implement full type prop for DynBroadcast when inputs const/static; clean up pass properties * Add a unit test for the late-constness thing * Update reference, interp, constant folding to handle autobroadcast * Document the autobroadcast helper, and fix a corner case (zero's a number too!) * Tests, and insert a check within the CPU folders for autobroadcast (it's still unsupported) * Remove unnecessary include * EXPECT_EQ -> ASSERT_EQ, for consistency * Replace assert for CPU folders with a fallback
-