- 23 Feb, 2019 2 commits
-
-
Adam Rogowiec authored
* Function for retrieving number of node outputs. * Handle optional trimmed outputs. * Fix compilation err on clang. * Fix error for number of outputs. - Iterate over the minimum of number of outputs we return and the number of outputs of respective node in the graph. Some outputs may be optional and trimmed, as well as for some op implementations we may return not all outputs (ie. Dropout - where we do not return additional optional output). * Update graph.cpp * Add dropout ONNX op. * Revert to iterate over node outputs in graph. * Use more apropriate word in comment.
-
Amy Zhuang authored
-
- 22 Feb, 2019 6 commits
-
-
Sang Ik Lee authored
-
Nishant Patel authored
* Add QuantizedConcat * Remove unused variables and add check for size of mins and maxes vector * Resolve conflicts * Merged with master and addressed some PR feedback * Avoid float comparison * make min/max vector, add dequant/quanti * fix dequant/quant scales * fix CI build issue
-
Robert Kimball authored
* use calls for new backend API in unit tests * fix compile error * fix compile error
-
Sergey Shalnov authored
* IntelGPU backend: Comvolution support for double and code minor clean up * PR2479. custom kernel selection fix
-
tsocha authored
* [ONNX] Overriding custom ops * Add UT * Style Check * Review & style fix
-
aslepko authored
Changing clDNN to latest commit.
-
- 21 Feb, 2019 3 commits
-
-
Sergey Shalnov authored
* IntelGPU backend: Quantize operations * Update intelgpu_op_custom_kernels.cpp
-
tsocha authored
-
Tomasz Dołbniak authored
-
- 20 Feb, 2019 2 commits
-
-
Michał Karzyński authored
* User friendly assert message * User friendly assert message * Update UT
-
Adam Rogowiec authored
* Utility function for reading binary file content. * Style apply. * Review. Add sanity check on file size. * Style-apply.:
-
- 19 Feb, 2019 3 commits
-
-
Sang Ik Lee authored
* Auto detect OSX_SYSROOT for macos >= 10.14 * Fix potential regex issue.
-
Sang Ik Lee authored
* Use git shallow clone if CMake >= 3.6. Remove BUILD_BYPRODUCTS. * Fix ONNX, protobuf integration.
-
tsocha authored
* [ONNX] Enable OneHot operation * Add UT * Style check * Change converts * Change assert messages * Update comments * Update onehot.cpp
-
- 18 Feb, 2019 2 commits
-
-
Adam Rogowiec authored
-
Tomasz Dołbniak authored
-
- 16 Feb, 2019 5 commits
-
-
Sang Ik Lee authored
-
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 4 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
-