1. 27 Nov, 2019 5 commits
    • Scott Cyphers's avatar
      Test cleanups (#3942) · 27d26fa2
      Scott Cyphers authored
      27d26fa2
    • Ilya Lavrenov's avatar
      Partially fixed visibility for symbols (Ops, Nodes, Transformations, Matchers) (#3767) · 8fb151f4
      Ilya Lavrenov authored
      * Partially fixed visibility for symbols:
      
      * Resolved issues with RTTI and AppleClang
      
      * style
      
      * review fixes
      
      * fixed compilation with msvc 2019
      
      * Export extra API which is used in other public classes
      
      * CMAKE: MSVS -> MSVC
      
      * Fixed template export
      
      * Fixed compilation flags
      
      * Fixed default args
      
      * removed self-inclusion
      
      * export
      
      * shape
      
      * export strides
      
      * Export all symbols needed for OpenVINO
      
      * Export
      
      * disable cpu
      
      * AxisSet
      
      * disable warning
      
      * fix
      
      * removed second declaration
      
      * fixed runtime exports
      
      * Reverted some changes
      
      * Fixed LNK2005 error on Windows
      
      * Fixed code style check
      
      * Fixed EnumAttributeAdapterBase
      
      * Remove export of template classes
      
      * Fixed code style for EnumAttributeAdapterBase
      
      * Fixed for protobuf
      8fb151f4
    • Mateusz Bencer's avatar
      [SPEC][FusedOp] Add Mod operator (#3908) · 9178c15a
      Mateusz Bencer authored
      * Mod operator introduced
      
      * Introduced onnx importer, fixed implementation
      
      * styles applied
      
      * Refactored assert comment for mod
      
      * Add failure mod test to plaidml manifest
      
      * Code review remarks introduced
      
      * Changed ops used in decompose to v1
      
      * Moved Mod to op_v1_tbl
      9178c15a
    • Michał Karzyński's avatar
      Update ONNX importer Gemm to produce MatMul op (#3927) · aeaaf8fb
      Michał Karzyński authored
      * Update ONNX importer Gemm to produce MatMul op
      
      * Address opset3 bug
      aeaaf8fb
    • Scott Cyphers's avatar
      Move non-primitive attribute adapters to adaptee's files (#3949) · 4dc9aa46
      Scott Cyphers authored
      * Move non-primitive attribute adapters to adaptee's files
      
      * Cast in copy
      4dc9aa46
  2. 26 Nov, 2019 2 commits
    • Scott Cyphers's avatar
      Fix incorrect uses of `description()` (#3946) · cc754735
      Scott Cyphers authored
      * Fix incorrect uses of `description()`
      
      * type-o/namespace
      cc754735
    • Pruthvi's avatar
      Cumulative Sum (#3873) · 77a99b30
      Pruthvi authored
      * - Op defination for cummalative sum
      
      * WIP reference kernel for cummulative sum
      
      * - unit test case for default cum_sum
      - addition ctor for cumsum to accept axis as a integer insted of Node
      type
      - style fix
      
      * - add serializer support
      - fix failing unit test case
      - update Op in the interpreter dispatcher
      
      * - CPU builder and DEX support for CumSum
      
      * - implemented mapping tensor elements to corrosponding axis
      
      * - unit test for multiple dims
      - fix axis in the op defination
      - support for reference kernel to compute across all axis
      
      * - added support for exclusive and reverse modes
      - more unit test case for all modes
      
      * - codegen support for CumSum
      - disable CumSum unit test for PlaidML
      
      * -Add missing header to  codegen stream writer
      
      * fixed codegen writer
      
      * change return type of exclusive and reverse to bool
      
      * - support for dynamic shape
      - support to handle all tensor types in CPU builder
      
      * - add support for interpreter to handle different axis types
      
      * Style fix
      77a99b30
  3. 25 Nov, 2019 6 commits
  4. 22 Nov, 2019 10 commits
  5. 21 Nov, 2019 7 commits
  6. 20 Nov, 2019 4 commits
    • Ivan Tikhonov's avatar
      Fix for the bug with as_type_ptr for TensorIterator::Input/Ouput desc (#3906) · 1c2cd853
      Ivan Tikhonov authored
      * Updated unit test to reproduce a bug
      
      * Code style
      
      * Add exports
      
      * Added missed export
      1c2cd853
    • Leona C's avatar
      Fix CSS rendering issues (#3921) · f7dc9104
      Leona C authored
      f7dc9104
    • Leona C's avatar
      Update ToC to better match docplan spreadsheet (#3846) · fd94811e
      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
      fd94811e
    • Pruthvi's avatar
      Implementation of CrossEntropy and CrossEntropyBackprop as fused Op's (#3818) · a1a8a7e3
      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
      a1a8a7e3
  7. 19 Nov, 2019 6 commits