- 16 Feb, 2019 4 commits
-
-
Sang Ik Lee authored
-
Robert Kimball authored
* rename tensor view to tensor * one more * revert change
-
Sang Ik Lee authored
-
Sergey Shalnov authored
-
- 15 Feb, 2019 13 commits
-
-
Adam Rogowiec authored
-
Ashok Emani authored
* handle channelwise scale mask * add Quantize op to cpu_layout * enable Quantize to use input layout for output * add comments for channelwise mask * add Dequantize to cpu_layout * resolve style-check * fix unsupported layout issue * fix s8s8 reorder issue
-
Sang Ik Lee authored
-
Sergey Shalnov authored
-
Sergey Shalnov authored
-
Sang Ik Lee authored
-
Sang Ik Lee authored
-
Sang Ik Lee authored
* Use uniform naming for external project prefixes and use INSTALL_DIR instead of SOURCE_DIR for referencing prebuilt external libraries. * TBB: Use single variable to share path across files.
-
Robert Kimball authored
* pass HostTensor all the way down * fix distributed build error
-
Leona C authored
* Cleaner API doc reference for compile call * Add a useful table for nGraph namespaces * Remove layout namespace * Show exploding kernel problem on illustration like IEEE preso
-
Robert Kimball authored
-
Adam Rogowiec authored
-
Jayaram Bobba authored
* Inplace convert for bitcasting ops * Dont passthrough blocked layouts * More checks for types not handled by mkldnn
-
- 14 Feb, 2019 10 commits
-
-
Leona C authored
* IntelGPU backend: Separate backend and executable classes (#2447) * Add notice to main ToC page about distributed training
-
Sergey Shalnov authored
-
Adam Straw authored
* adding quantized convolution builders for ONNX * fix build error * fix CMakeLists.txt spacing
-
Rob Earhart authored
-
Robert Kimball authored
-
Sergey Shalnov authored
-
Scott Cyphers authored
-
Robert Kimball authored
* update gcpu to new backend api * cleanup * undo change
-
Sergey Shalnov authored
-
Rob Earhart authored
-
- 13 Feb, 2019 9 commits
-
-
Sergey Shalnov authored
-
Sandeep authored
* add memory header for unique_ptr * disable test for MLSL as well thows error on centos
-
Scott Cyphers authored
-
Robert Kimball authored
-
Robert Kimball authored
* cleanup from new backend api * more cleanup
-
Sang Ik Lee authored
* CMake: Only add subdirectories if needed. CMake: Disable TBB on Windows. * CMake: mkl-dnn is only needed for CPU backend. * CMake: Check dependency between options. * CMake: Eigen is only needed for CPU or GENERIC_CPU backend. * Enable TBB on Windows. * Disable tools unit test if nGraph tools are disabled.
-
Leona C authored
* Update docs for PR 2353 * Fix missing flag designator * Refer to the Intel
® MLSL properly as a spelled-out acronym for first instance * Fix missing compilation designator * Finalize editing on CPU backend * Update doc version to be even with what is in master branch * Removed typo from docu build instruction command line cd command probably accidental * Add PR feedback to doc -
Avijit authored
-
Leona C authored
-
- 12 Feb, 2019 4 commits
-
-
Sergey Shalnov authored
-
Tomasz Dołbniak authored
* [ONNX] Add support for ONNX sinh op * [ONNX] Test the sinh op and improve an error msg about not supported op version * [ONNX] Fix the failing tests by moving sinh to opset 1 * [ONNX] Apply clang-format to fix failing CI builds * [ONNX] Add and test ONNX cosh op * [ONNX] Add and test ONNX cosh op * [ONNX] Add and test ONNX sign op * [ONNX] Test the sign operator with more challenging values * [ONNX] Update of supported ops documentation table
-
tsocha authored
* [ONNX] Add null node. Optional inputs in ONNX standard are represented by empty string. We need a placeholder to keep information which inputs are not provided. * Rename class null_node -> NullNode * Remove unnecesary validate_and_infer_types method * Add <memory> header * Change name != "" -> !name.empty() * Change constructor * Little description * Change node type in NullNode * Add is_null() method * Docstring * Add UT * Use override * Style check * Update null_node.cpp
-
Rob Earhart authored
-