- 22 Nov, 2019 1 commit
-
-
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 8 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
-
Scott Cyphers authored
-
- 16 Nov, 2019 4 commits
-
-
Scott Cyphers authored
-
AnastasiaKazantaeva authored
-
baojun authored
* set output et * set output et * overwrote validate and infer
-
Amy Zhuang authored
-
- 15 Nov, 2019 8 commits
-
-
Amy Zhuang authored
-
Gleb Kazantaev authored
-
Scott Cyphers authored
* Force AutoBroadcast to be specified at the op level since no default is correct for all ops. * exports
-
Mateusz Bencer authored
* Added support mode for SpaceToDepth * Added unit tests * Fixed styles * Revert changes in prototxt files
-
Robert Kimball authored
-
Tomasz Socha authored
* [SPEC] Add auto_broadcast parameter to SquaredDifference * Rename set_autobroadcast->set_autob
-
Michał Karzyński authored
* [ONNX] Importer should use fused op for MatMul * Fix a bug in fused matmul op * Dont reshape matmul inputs to at least 2D any more
-
Mateusz Bencer authored
* LogSoftmax introduced * Added LogSoftmax to serializer * Fixed style * Fixed CmakeLists style * code review remarks introduced * Code review remarks introduced
-