- 25 Nov, 2019 4 commits
-
-
magrawal128 authored
* Enable pipelining in CPU Backend * Applying clang-formatting to my previous commit * Changing CPU backend test. executable_can_create_tensor will now return true
-
Mateusz Bencer authored
* Moved OneHot to v0 * Introduced OneHot:v1 * Added shape calculation for OneHot:v1 * Added element types checking * Added output shape tests * Added tests to checking if inputs are scalars * Updated OneHot:v1 doc * Implemented OneHot:v1 downgrade pass * Using OneHot:v1 in onnx_importer * Implemented OneHot:v0 upgrade * Fixed OneHot onnx_importer * Refactored normalize_axis * Added OneHot:v1 serialized * Code review remarks introduced * Added doc to normalize_axis
-
suryasidd authored
* Matmul float type test case for UEP Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com> * Removed microsoft ops domains and ran clang-format Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
-
Ilya Churaev authored
-
- 22 Nov, 2019 10 commits
-
-
Robert Kimball authored
* Make Node's type_info mandatory * Add ReplaceSlice to ZeroDimTensorEliminiation pass (#3899) * Add ReplaceSlice to ZeroDimTensorEliminiation pass * style * Force Gelu decompose on CPU (#3902)
-
Scott Cyphers authored
-
Scott Cyphers authored
* Put all the op header includes in one header file, ops.hpp * Update ops.hpp
-
Scott Cyphers authored
* Stub for CropAndResize * Cut and pasteo * Need a cast
-
Tomasz Dołbniak authored
* Construct HardSigmoid with alpha and beta as inputs * Switch to the new HardSigmoid constructor entirely * Broadcast with numpy style in hard sigmoid * Python bindings adjustment to the new constructor * Different way of creating constants * Accept scalars instead of 1D vectors for alpha and beta * Adjust the python tests to the new HardSigmoid constructor * Use v1 ops in fused HardSigmoid * Relax the static shape requirement for alpha and beta * Fix merge
-
gaurides authored
-
Scott Cyphers authored
* Address op_tbl issues * fix * fix * fix * Cleanup * cleanup * cleanup * More fixes * Revert ser changes * Compiles * opset conversion fixed * Fix opset conversion tests * Deal with Reciprocal and FloorMod movement * Cleanup * Remove duplicate enums * Experiment * experiment * Types * Reorg around clang 3.9 bug
-
Robert Kimball authored
-
Michal Chruscinski authored
-
gaurides authored
* Initial commit * Add decompose_op and unit-test * Style fix * Fix CI error * Address review comments * Remove CPUBatchFusion * Address review feedback * Address review feedback * Added type_prop tests * Moved 1 test from cpu to core to keep together * Address PR comments * Fix style
-
- 21 Nov, 2019 7 commits
-
-
Gleb Kazantaev authored
* Added U1 precision for binary weights * Handle switch cases with u1 type * Fixed code style * Added convert_to_string support for u1 type * Use real C type for u1 type. Co-Authored-By: Robert Kimball <robert.kimball@intel.com>
-
baojun authored
-
Ivan Tikhonov authored
* fix for shape inference of tensor iterator body * updated unit test for case end = -2 * indexes in unit tests * Updated formula for num_iterations
-
Ewa Tusień authored
* Added downgrade pass for Softmax. * Updated Softmax op to v1. * Created vector with a right capacity. * Include numeric header to enable std::iota function * Removed unused numeric header from the old file * Fix includes style
-
AnastasiaKazantaeva authored
* Fix for windows ninja * Fix for centos build * Remove fix for centosa
-
Tomasz Socha authored
* [SPEC] Add new v1::VariadicSplit operator * Add missing namespace, fix a typo in doc * Apply suggestions from code review Co-Authored-By: Michał Karzyński <postrational@users.noreply.github.com> * Style fix * Set all of the inputs to be relevant to output shape * Set output type if numer of outputs is known * Add node validation for known input
-
Jayaram Bobba authored
-
- 20 Nov, 2019 4 commits
-
-
Ivan Tikhonov authored
* Updated unit test to reproduce a bug * Code style * Add exports * Added missed export
-
Leona C authored
-
Leona C authored
* New ToC * Working on docplan * Clean up for toc * Link to existing APIs on quantization doc * Better align topics with docplan ToC; add section for dyn shapes * Title casing to be consistent * PR reviews * New build preview * Add default opset version, new versioning schema * Remove duplicate file causing doc build warning
-
Pruthvi authored
* - Implementaion of CrossEntropy and CrossEntropyBackprop as fused Op's * - unit test case for CE fprop - fix bug in decompose_op * WIP debug PDPD unit test failure * fixed broadcasting issue * -fix bdcast issue for multi dim tensor * utilities to restore the original tensor shape * i) style-fix ii) rename variables * - unit test for multiple dimensions ii) refactor create_mask to seperate function * - fixed unit tests * fix style * set output element type to dynamic in pre_validate and infer shape * disable ce with one hot unit test on PlaidML * add CE op to fused_op_tbl * - add serialzier support for CE and CE Backprop
-
- 19 Nov, 2019 8 commits
-
-
Scott Cyphers authored
-
Robert Kimball authored
* Add ReplaceSlice to ZeroDimTensorEliminiation pass * style
-
Robert Kimball authored
-
Sang Ik Lee authored
-
Robert Kimball authored
Deprecate runtime::Tensor::copy_from
-
Robert Kimball authored
-
Robert Kimball authored
Modify Gather constant folding to support v1 op.
-
Scott Cyphers authored
-
- 18 Nov, 2019 7 commits
-
-
Sang Ik Lee authored
-
Nagy Mostafa authored
* WIP * WIP * WIP * WIP * style * WIP * WIP * Add err msg * Fix headers and cleanup
-
Scott Cyphers authored
-
Nishant Patel authored
* Fix MLIR build on mac OS * Style * Style
-
Scott Cyphers authored
-
Tomasz Socha authored
* [SPEC] Add new v1::FloorMod operator * Review Fix I
-
Tomasz Socha authored
* [FUSED] Add reciprocal op * Review Fix #1 * Move operator op::v1 -> op * Fix serializer * Review Fix I
-