- 16 Jan, 2019 6 commits
-
-
nikolay.korovaiko authored
-
Adam Procter authored
fix parallel build of target `python_wheel`
-
Artur Wojcik authored
-
Adam Rogowiec authored
-
Rob Earhart authored
-
Nick Korovaiko authored
* sink pad and slice * Update reshape_sinking.cpp * batch size 1 -> 100 * move extern decls to header * Update reshape_sinking.hpp
-
- 15 Jan, 2019 7 commits
-
-
Adam Procter authored
Updates CODEOWNERS file for CI stuff
-
Robert Kimball authored
-
Adam Procter authored
[ONNX] Move CPU tests to INTERPRETER
-
Scott Cyphers authored
-
Adam Procter authored
Add a space in one of the diag msgs
-
Michal Karzynski authored
-
Adam Procter authored
-
- 14 Jan, 2019 4 commits
-
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
nikolay.korovaiko authored
-
nikolay.korovaiko authored
-
Rob Earhart authored
-
- 13 Jan, 2019 1 commit
-
-
Fenglei authored
-
- 12 Jan, 2019 4 commits
-
-
Sergey Shalnov authored
-
Rob Earhart authored
* Use static cast where possible * Tensor API update * Move prefix reshape elision to be a general pass * Use pass config to select Winograd optimization * Use get_is_transpose() to detect transposes * Use get_default_order to build AxisVectors
-
Sergey Shalnov authored
* IntelGPU backend: Use new clDNN version 12.1 * PR2280. Comments addressed
-
Robert Kimball authored
* first cut at raspberry pi backend * rename rpi to generic cpu * disable cursed test
-
- 11 Jan, 2019 4 commits
-
-
Nick Korovaiko authored
-
nikolay.korovaiko authored
-
Nick Korovaiko authored
-
nikolay.korovaiko authored
-
- 09 Jan, 2019 2 commits
-
-
Nick Korovaiko authored
-
Sang Ik Lee authored
-
- 08 Jan, 2019 8 commits
-
-
Sang Ik Lee authored
* Allow external mklml outside of prebuilt mkldnn install directory. * Limit prebuilt mkl-dnn support to Linux.
-
Sergey Shalnov authored
-
Adam Rogowiec authored
-
Nishant Patel authored
* Fix signedconv op * Add assert and change the dynamic scale test case * Change assert * Update quantized_conv_bias.cpp * Update quantized_conv_bias.cpp
-
Pruthvi authored
* - made changes to slicing logic in the rnn input matrix fusion call back - this fixes bug in the GNMT * - fix unit test seg fault - add sorting slices logic make the replace_node easier * i) add check for overlapping slices ii) addressed PR comments * remove ambiguity check
-
Nick Korovaiko authored
* any/all stop-gap CPU implementation * remove pass
-
Rob Earhart authored
* Use plaidml cmake config * Require PlaidML if requested * Don't install libplaidml We can assume that it's correctly installed on the target, especially since it needs to be correctly installed in order to find its configuration files.
-
Nick Korovaiko authored
-
- 07 Jan, 2019 4 commits
-
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Adam Rogowiec authored
* Enable support for group attribute. * UT for ConvTranspose with groups. * Validate group attribute value. * Move helper function to unnamed namespace. * Access values with bounds checking. * Fix spelling.
-
gcwenger authored
* Simplified & tightened all_close_f parameters Removed specification of mantissa bits for all_close_f in favor of just specifying tolerance bits. Tightened up all_close_f default. Fixed LRN unit test which had insufficient result precision to pass tighter all_close_f tolerance. * Addressed PR comments. Reworked mantissa bit and tolerance constants. Clarified and improved graph comparison tolerance calculation flexibility. Clarified unit test tolerance testing.
-
Adam Rogowiec authored
* UT for Softplus ONNX operator testing edge cases. * Rename UT model name. * Handle overflows. * Add UT for ininite values and check them correctly. * Update values in comment
-