- 17 Aug, 2018 8 commits
-
-
Robert Kimball authored
-
shssf authored
* Backend test: MaxPoolBackprop test strided and padded * PR1428. Test excluded from CPU backend
-
Jayaram Bobba authored
* Optionally get rid of codegen from the CPU backend * Rename option variable * Merge fixes * Merge * Remove extra changes * remove dex only exclusions (#1429) * Unconditionally pick m_direct_execution if NGRAPH_DEX_ONLY * Style fix
-
Jaikrishnan Menon authored
-
Anna Alberska authored
* IntelGPU backend: Code refactoring and optimization * Update gen_func_def()
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Nick Korovaiko authored
* dex sigmoid multiply * sigmoid multiply * refactor compute logic into standalone kernels * address jayaram's feedback
-
- 16 Aug, 2018 8 commits
-
-
Artur Wojcik authored
* onnx: pull Protobuf 3.5.x from GitHub Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix Travis build configuration issue Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: additional fixes for Travis Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for MacOS Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for Ubuntu Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
* Merge * Remove extra changes
-
Anna Alberska authored
* IntelGPU backend: Minimum, Not, OneHot operations * Code format update * Refactor OneHot op * PR1414. exclude one test * Fix errors
-
shssf authored
* IntelGPU backend: MaxPoolBackprop operation * PR1427: Initialization loop added
-
Jayaram Bobba authored
* Define and track tensor roles through graph optimizations * style fix * Address PR feedback
-
tsocha authored
* [Py] Wrapper for LRN * Add missing header * Add default param values, docs and some unit tests * Fixes * clang-format
-
- 15 Aug, 2018 6 commits
-
-
Robert Kimball authored
-
Jaikrishnan Menon authored
-
Jayaram Bobba authored
-
Robert Kimball authored
-
Jayaram Bobba authored
* Fold affine transformations on 4d convolution * Handle more cases for affine parameters * Style fix
-
Jaikrishnan Menon authored
* Temporary broadcast optimizations till halide support is merged * Use computed broadcast axes * Move shape squeeze * Review feedback: Add comments * Patch broadcast axes after the last refactor * Squeeze input shape
-
- 14 Aug, 2018 8 commits
-
-
Adam Rogowiec authored
* onnx: add 'constant' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: getting attribute value by name Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix clang compilation warnings Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: exception Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add 'split' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add public interface Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add initial unit test for importer Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: initial implementetion of operator' set Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * [WIP] Unit test for split operation. * Fix Split Op bounds calculation + UT * clang format * Split Op with variable parts unit test. * Remove unused headers * General purpose exceptions. * Change not_supported_error message template. * Add new general purpose errors. * ONNX BatchNormalization operation. * Clang-format * Update CMake * Add fixed test data. * Add missing ngraph install prefix for cmake in travis Dockerfile. * Remove -Wno-zero-as-null-pointer-constant * Code review * Apply clang-format-3.9 * Add missing onnx_import interface files to CMakeList * Clean code. * Fix test. * Apply clang-format-3.9 * Copyright notice format * Remove inputs in separate files * use all_close to compare floating point values * missed changing one CPU to INTERPRETER for unit test
-
Amy Zhuang authored
* Add OneHot op to direct execution. * Remove exceptions from kernel. * Use Eigen::Tensor.
-
Avijit authored
* Removed unused code. * format-fix
-
Jaikrishnan Menon authored
-
dmyershov authored
-
shssf authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
* Added MKLDNN concat in DEX * Fix allocation size in batchnorm kernel * added missing brackets * Support in-place input & output propagation
-
- 13 Aug, 2018 4 commits
-
-
L.S. Cook authored
* Clarify ng backends as devices * revise some intros and add menu link
-
crlishka authored
* Initial stab at a trigger script for Jenkins mult-branch pipeline * CHANGE_URL is not working, so disable for now * CHANGE_AUTHOR not found either, disabling * Disable some prints of vars that do not appear to be available * Add in node block * Correct the node-label expression * Put Jenkins repo in a subdirectory and use the requested branch * Fix groovy syntax error * Call ngraph-unittest.groovy * Corrected the branch name for cje-algo * Now that the GitHub plugin is working, try restoring CHANGE_URL and CHANGE_AUTHOR * Set an environment variable MB_PIPELINE_CHECKOUT, to trigger proper checkout command in runNgraphBuild() * Try alternate load mechanism * I've settled on using "load()" to directly run the code in ngraph-unittest.groovy, so remove vestigal loading of an ngraphUnitTest() function * Change parameter assignments to be of the form params.var = 'new value' * Try alternate method of setting parameter values for ngraph-unittest.groovy * Try parameters-setting syntax from https://qa.nuxeo.org/jenkins/pipeline-syntax/globals#params * Correct typo * Try to work around parameter expansion issue * Modify strategy for passing parameters and using MB Pipeline style checkouts, as per discussions with Nick * Fixed calling syntax * Simply call * Make job parameters as local variables and passed as parameters to ngraphCIPremerge() function, as many of these are used in the closure for parallel tasks, and the lexically scoped global vaiariables was causing function signature mismatches on runNgraphBuild() calls. * Remove prints * Move CI to working from Jenkins cje-algo master branch * Add standard header copyright message * Changes from suggestions in PR review * Revert env.WORKSPACE (requested in a review) because it wasn't working -- a "null" ending up in the load path, for unknown reasons
-
Robert Kimball authored
* enable parameter validation for all unit tests
-
Jayaram Bobba authored
* Remove validation checks from performance critical code paths and skip layout propagation to inputs * Add templated call method to backend for cases where users need input validation * Added missing return * fix python api compile error due to ngraph api change. * disable parameter validation in python api * make validating call a separate call rather than templated
-
- 12 Aug, 2018 3 commits
-
-
rsketine authored
* Update Dockerfile reverted the INTERPRETER CHANGES * Added a conditional for a prebuilt argument based on task type * Added default arg and also conditional cmake argument * Update .travis.yml * Update Dockerfile
-
Robert Kimball authored
* remove test that relies on CPU if CPU is not built * fix docker build * change onnx to use INTERPRETER * run unit-test-check
-
shssf authored
-
- 11 Aug, 2018 3 commits
-
-
Robert Kimball authored
-
Matthew Brookhart authored
* don't propagate outputs inplace to constants * apply formatting * refactor for style-check * fix typo
-
Chris Sullivan authored
-