- 25 Apr, 2019 6 commits
-
-
Adam Procter authored
-
Sang Ik Lee authored
Workaround for gcc 4.8.2: Suppress mkl-dnn warning manually since pragma GCC diagnostic ignored is not working on gcc 4.8.2 (#2812)
-
Sergey Shalnov authored
* IntelGPU backend: Set of fusion operations * avoid test failed after pr merge
-
Robert Kimball authored
* Add numeric_limits for bfloat16 type * fix constexpr
-
Adam Procter authored
* Fix broken test in shape specialization pass * Roll back unnecessary changes to Add
-
Sang Ik Lee authored
-
- 24 Apr, 2019 2 commits
-
-
Sergey Shalnov authored
-
Tomasz Dołbniak authored
* [ONNX] Extended types support for NgraphTestCase * [ONNX] Move the value comparators to the NgraphTestCase class
-
- 23 Apr, 2019 4 commits
-
-
Robert Kimball authored
* Add ConstantToBroadcast pass * address review comment * fix merge error
-
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.
-
Robert Kimball authored
* don't emit empty objects * Add method to set the option to add output shapes to json * more cleanup
-
Michał Karzyński authored
-
- 22 Apr, 2019 4 commits
-
-
Matthew Brookhart authored
-
Robert Kimball authored
* constant/io sizes * add sizes and counts for all data io in a json * Add details to model sizing * change filemode * change filemode * fix filemode
-
Sergey Shalnov authored
-
Jayaram Bobba authored
* Adding auto pad to convolution * Added auto pad to pooling ops and moved auto pad computation to utility method * Added serializer support for autopadding. workaround for clang macro warning * Style fix * Addressed PR feedback * Fix docstrings for same_upper and same_lower
-
- 20 Apr, 2019 1 commit
-
-
Sang Ik Lee authored
* CMAKE_CFG_INTDIR does not work at install time. Use CMAKE_INSTALL_CONFIG_NAME on Windows. * Rename NGRAPH_*_INSTALLSRC_DIRECTORY to NGRAPH_*_INSTALL_SRC_DIRECTORY
-
- 19 Apr, 2019 11 commits
-
-
Robert Kimball authored
* wip * Make a copy of the FunctionCall's internal function prior to compilation * Make sure unit test is only included with interpreter and cpu backends enabled
-
Sergey Shalnov authored
-
Sang Ik Lee authored
-
Sang Ik Lee authored
* include rc version in NGRAPH_VERSION_SHORT * Create a separate version string for python wheel.
-
Sang Ik Lee authored
// ... some content ... \ On Clang or AppleClang PaddlePaddle sets -Werror=comment
-
Pruthvi authored
* - add method to determine if the function contains nodes with dynamic shape - add virtual method to node to determine if the node contains any partial shape. * - add support to reshape op to determine if the reshape node as dynamic attributes * Address PR comments * - check all the inputs to determine if the node has dynamic_shape - addressed Adam comments * - add support to abort graph match if the nodes are dynamic * Addressed PR comments * - remove strict check on dynmic shape in the matcher
-
Junfeng Dong authored
-
Junfeng Dong authored
-
Adam Rogowiec authored
-
Louis Feng authored
* Added EnumMask. * added unit tests for EnumMask. * fix. * forgot to save file. * add pass property to matcher. * Clean up and made interface more restrictive, easier to use. * addressed PR feedbacks.
-
Robert Kimball authored
-
- 18 Apr, 2019 9 commits
-
-
Michał Karzyński authored
* Move ONNX tests to the test/onnx subdirectory * Change non-conforming test names * Refactor quant and reshape tests to separate files * Refactor tests into separate files * Rename test in GPU excludes
-
Robert Kimball authored
-
Michał Karzyński authored
* Temp. * Put all the dummy files. * Remove some compile errors. * WIP: Add gather and gather_nd kernels. * Temp save. * Update comments for gather. * Implement reference gather. * Validate and infer shape. * Style. * Fix compile issues. * Add serializer support. * Fix interpreter compilation issues. * WIP: Add UT * WIP: Add UT * gather_nd UT passing. * Fix gather with no axis. * Fix gather issue. * Update unit_test.manifest for backends and add gather, gather_nd support for generic cpu. * Add type_prop tests. * Add CPU builders. * Fix codegen. * Make some UT numbers more readable. * Style. * Update Copyright Year * Update Copyright Year * Fix Typo. * Remove unused variable. * fix nv gpu build error * Fix intel gpu compilation. * Add basic docstring. * Allow 1D indices for gather_nd. * Allow scalar indices for gather. * Update unit_test manifest files. * Style. * Add indices element type check and add failing type_prop checks. * Update docstring. * Fix incorrect test names in unit_test.manifest * [ONNX] Support for Gather op * Remove unneeded broadcast * Remove unused include * Set correct default value for axis
-
Mohammad Mahbubuzzaman authored
* Add some unit tests for provenance with node replacement * One more test * add provenace propagation * Adds ability to control whether provenance is on or off * Add some unit tests for provenance with node replacement * One more test * add provenace propagation * Adds ability to control whether provenance is on or off * Removes extraneous semicolon * Fixes include header errors * Reimplements provenance enable flag using global variable * Fixes style issues. * Adds newline at the end of file. * Fixes function return type. * Adds RAII mechanism for localizing provenance enable state in testing. * Improves getter/setter method name to match variable name. * Adds s_ prefix to global variable provenance_enabled.
-
Michał Karzyński authored
* [ONNX] Unify broadcast code in ngraph core and in ONNX bridge * Use using a bit less
-
Adam Rogowiec authored
* Update CPU backend. * Update INTERPRETER backend. * Update unit tests. * Don't use std:: prefix. * Convert to bool for GPU backend in DEX mode. * Handle boolean elements in Intel GPU backend. * Disable convert to bool UT for IGPU. * Update quoting style to fix errors raised by updated version of flake8.
-
Tomasz Dołbniak authored
* [ONNX] Erf test for integer values * [ONNX] switch off model_erf_int32 test on GPU
-
Sergey Shalnov authored
-
Pruthvi authored
* - pass tensor through reference in the lambad closure of cpu reference_erf kernnel - add Erf unit test case to verify codepath for int32 values * fix clang errors
-
- 17 Apr, 2019 3 commits
-
-
gaurides authored
* deconv optimizations for dcgan * Added test cases * modified some tests, not working at this point * Removed temp code * fixes to get unit test to pass * Added node validation checks * Update mkldnn emitter to memory reuse design * Code cleanup * Fix to enable deconv select the right kernel * Fix file permissions * Disabled unit test cases * Remove unused variable * Address PR feedback * Removed dead code * Style check * removed dead code
-
Sang Ik Lee authored
* Temp. * Put all the dummy files. * Remove some compile errors. * WIP: Add gather and gather_nd kernels. * Temp save. * Update comments for gather. * Implement reference gather. * Validate and infer shape. * Style. * Fix compile issues. * Add serializer support. * Fix interpreter compilation issues. * WIP: Add UT * WIP: Add UT * gather_nd UT passing. * Fix gather with no axis. * Fix gather issue. * Update unit_test.manifest for backends and add gather, gather_nd support for generic cpu. * Add type_prop tests. * Add CPU builders. * Fix codegen. * Make some UT numbers more readable. * Style. * Update Copyright Year * Update Copyright Year * Fix Typo. * Remove unused variable. * fix nv gpu build error * Fix intel gpu compilation. * Add basic docstring. * Allow 1D indices for gather_nd. * Allow scalar indices for gather. * Update unit_test manifest files. * Style. * Add indices element type check and add failing type_prop checks. * Update docstring. * Fix incorrect test names in unit_test.manifest * Missing header
-
Leona C authored
-