- 20 Nov, 2019 3 commits
-
-
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 10 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
-
Scott Cyphers authored
* Sketch of attribute walker * Review comments * merge error? * Remove unused method * simplify, make some ser tests work * Don't look for keys that aren't there * Factory registry, more ops visited, generic ser/dser start * More merge * cleanup * Adapter for enums * Compiler error * Test of user-defined op * Simplify enum name pairing * Update distributed.hpp * Review comments * compiler error * Direct access to non-primitive types from adapters * Define and export type info * attr enums, AvgPool*, vectors * Cleanup * some comments * Allow type info to be used as a key. * Don't leave output serialization shapes set. * Auto adapter * More ops, adapters * Missing symbol * Remove PartialShape and element::Type methods from visitor * Fix type info * Remove unused variable * Simplify * namespace error * exports * Uniform names * Some better names * More name cleanup, simplify visitor implementation * Fix template, add test * Revert serializer * Add instantiations * Work-around gcc issue * VS exports * VS exports * windows export * vs * vs * vs * vs * Simplify * vs * vs * Add some missing attributes * Missing factories * Merge error * Fix Add factories * Missed type
-
Scott Cyphers authored
* Round the right bit with denorms * Rounding to inf
-
- 14 Nov, 2019 3 commits
-
-
gaurides authored
-
Geoffrey Wenger authored
-
Ilya Churaev authored
* Added reproducer for issue with broadcast v1 * Make reference broadcast work with V1 broadcast
-
- 13 Nov, 2019 3 commits
-
-
Scott Cyphers authored
Comparing size_t >= 0 |= for bools
-
Adam Rogowiec authored
* Add anchors attribute to RegionYolo operator. * Make op doc more consistent. * Make anchors optional attribute.
-
Ewa Tusień authored
* Added support for ONNX's clip op in set_11. * Registered clip in set_11. * Code formatting. * Added reshape. * Changed to auto_braodcast. * Code refactoring. * Removed unnecessary import.
-
- 12 Nov, 2019 1 commit
-
-
Gleb Kazantaev authored
* Added constant sharing support * Added unit tests for specialize_function * Added parameter description * Code style fix
-