- 13 Jun, 2019 1 commit
-
-
Adam Procter authored
-
- 12 Jun, 2019 3 commits
-
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
- 10 Jun, 2019 4 commits
-
-
Adam Procter authored
-
Adam Procter authored
-
Ilya Churaev authored
* Added float16 support for constant op * Fix Compilation issue. * Style.
-
Adam Procter authored
-
- 08 Jun, 2019 5 commits
-
-
Robert Kimball authored
* Change serializer disable so that it is enabled by default if you do nothing * fix serializer disable * fix disabled build
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
- 07 Jun, 2019 13 commits
-
-
Adam Procter authored
-
Pruthvi authored
* layout-aware cpu tensor copy_from * - add unit test case for tensor "copy_from" - set default layout after copy_from src to destination * - added test case to copy between two different layouts * - fix clang error - added test case to check copy_from if the two tensor layouts are different - fix the LayoutDesc comparision * fix windows build error * - move "cop_from" unit tests from tensor to cpu_test * fix compilation error * Added more unit tests * fix read and write API in cpu_tensor_view
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Nishant Patel authored
* Failing conv test case * Opt for mkldnn::algorithm::convolution_direct if input channel is less than 8 * Comment
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
- 06 Jun, 2019 5 commits
-
-
Adam Procter authored
-
Adam Procter authored
-
Jayaram Bobba authored
* Unified interpolate layer op * Minor attr name changes
-
Amy Zhuang authored
* Use Eigen kernel for Gather when axis is 0. * Fix style error. * Rename variables. Fix bugs. Use helper function. * Add one unit test. * Check if openmp is defined. * Change unit tests. * Use Eigen kernel for uint8_t type. Add one uint8_t unit test. Address PR feedback. * Update cpu emitter.
-
Tomasz Dołbniak authored
* Use updated reduced-size clDNN * Remove the obsolete BOOST_VERSION variable
-
- 05 Jun, 2019 9 commits
-
-
Adam Procter authored
-
Robert Kimball authored
* remove tensor offset from tensor read/write calls because it was never used * fix build errors * fix build errors * fix python test errors * more python fixes * revert change * Make old version of read/write deprecated * fix python read overload * one more try to fix python binding * fix python * yet another try * why is this so hard * fix? * add text to changes.md
-
Robert Kimball authored
* add BatchMatMul unit test to all builds * Check that interpreter is available * fix error * enable tests for features not yet implemented
-
Robert Kimball authored
* wip * build works with serialize disabled * one more try * disable unit test when json disabled * handle case where serialize is disabled in python test * one more fix
-
Scott Cyphers authored
* Fix klocwork issues * Need dynamic cast
-
Rob Earhart authored
* Update to use new backend constructor pattern * Update PlaidML unit test exclusions
-
Amy Zhuang authored
* Use Eigen kernel for ScatterAdd. * Emit ScatterAdd Eigen kernel for CODEGEN. Add comments. Address PR feedback. * Add more unit tests. Fix style error. Add ScatterAdd to AssignOpMap. * Combine non-scalar cases together. * Address PR feedback. * Fix a bug. * Use reshape to make the shapes of two slices match. * Rename variables. Fix bugs. Use helper function. Add one unit test. * Add reshape back.
-
Jayaram Bobba authored
* Added getters for dynslice * Style check fixes
-
Jayaram Bobba authored
* Combine transpose and reshape pattern into a single reshape * optimize reshapes only if in/out shapes dont match * Default to svg format for visualizing graphs and provide an env variable to change it
-