- 18 Nov, 2019 1 commit
-
-
Scott Cyphers authored
* Stub for CropAndResize * Cut and pasteo * Need a cast
-
- 15 Nov, 2019 1 commit
-
-
Sang Ik Lee authored
-
- 07 Nov, 2019 1 commit
-
-
Scott Cyphers authored
* Atan2 op
-
- 25 Oct, 2019 1 commit
-
-
Jimin Ha authored
-
- 22 Oct, 2019 1 commit
-
-
Ashok Emani authored
* add serialize_attrs and deserialize_attrs API * add doc comments * update function signature
-
- 10 Oct, 2019 1 commit
-
-
Mohammad Mahbubuzzaman authored
* Implements proveance tag propagation for reshape sinking pass * Addresses code review feedback. * Applies style fixes.
-
- 08 Oct, 2019 1 commit
-
-
Ashok Emani authored
-
- 01 Oct, 2019 3 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
* Add missing input * If builder does nothing, don't dive into the inputs * Reverse test * simplify, add test * Add test
-
Scott Cyphers authored
-
- 25 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* 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
-
- 24 Sep, 2019 2 commits
-
-
Scott Cyphers authored
-
Sang Ik Lee authored
* Allow TBB to be excluded from CPU build. * Change some CMake scope. * m_use_tbb can be removed if TBB is not enabled. * Fix some rebase errors * Some files do not get definition. * CPU codegen: Use different pregenerated code if TBB is not built. * Fix codegen issues. * Fix bug. * Use NGRAPH_TBB_ENABLE only for CPU.
-
- 23 Sep, 2019 2 commits
-
-
Scott Cyphers authored
* OSX SDK links changed * Add provenance for ops created in op constructors Fix optimization in provenance groups
-
Scott Cyphers authored
-
- 20 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Provenance for builders * Tests * Tests * Update src/ngraph/node.hpp Co-Authored-By: Sayantan Sarkar <sayantan.sarkar@intel.com> * style
-
- 18 Sep, 2019 3 commits
-
-
Ashok Emani authored
* resolve compiler warnings for undefined-func-template & float-conversion * resolve compiler warnings for undefined-func-template & float-conversion * resolve undefined-func-template warn for test * remove no-sign-compare and no-double-promotion * fix gather compile issue
-
Mohammad Mahbubuzzaman authored
* Fixes bug in provenenace for subgraph replacement * Updates unit tests for the provenance algorithm fix * Changes provnance set to ordered set for better consistency in iteration order.
-
Scott Cyphers authored
* Fix unsigned comparison and implicit double conversion * Missed file * openmp req
-
- 14 Sep, 2019 2 commits
-
-
Ashok Emani authored
-
Scott Cyphers authored
* Enable some warnings * Unused param * Unused params * Unused params * Unused params * Unused params * Unused param * Unused params * unused params * unused params * unused params * unused params * unused params * unused params * unused params
-
- 12 Sep, 2019 2 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
-
- 06 Sep, 2019 1 commit
-
-
Mohammad Mahbubuzzaman authored
* Adds option to switch off provenance tag propagation in runtime * Fixes style issues.
-
- 28 Aug, 2019 1 commit
-
-
Wenzhe Xue authored
-
- 26 Aug, 2019 1 commit
-
-
aslepko authored
-
- 17 Aug, 2019 1 commit
-
-
Scott Cyphers authored
* Separate dynamic loading from static linking * Missed find_my_pathname
-
- 16 Aug, 2019 1 commit
-
-
Scott Cyphers authored
* Add method to check if an Executable can create tensors * Add a Backend check to see if Executable can create tensors * Update per review comment * style * Possible fix so that backend does not keep holding on to the dummy ng_exec
-
- 13 Aug, 2019 1 commit
-
-
aslepko authored
-
- 09 Aug, 2019 1 commit
-
-
Adam Procter authored
* Fix sum reference to handle corner cases with +-inf * Review comments, and try to make Windows happy * Update GPU unit_test.manifest * More template grindery, to make macOS happy
-
- 08 Aug, 2019 3 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
Cherry-pick "Fix crash when NGRAPH_ENABLE_{VISUALIZE,SERIALIZE}_TRACING=1" to r0.25
-
Adam Procter authored
-
- 07 Aug, 2019 2 commits
-
-
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
-
- 02 Aug, 2019 5 commits
-
-
Mateusz Bencer authored
* Adjust ROIPolling * Fixed comment
-
Scott Cyphers authored
-
Pruthvi authored
* - private function to static initlize all the backend for static library builds * - export backend function on windows * -fix_typo
-
Scott Cyphers authored
-
Michał Karzyński authored
* [ONNX] Remove unused includes * Update headers * Clang format
-