• arogowie-intel's avatar
    [Py] Python nGraph operations wrappers. (#821) · fa6c2a60
    arogowie-intel authored
    * Add/update Python wrappers for nGraph operations.
    
    - NotEqual, OneHot, Power, Sqrt, Relu, Sign, Sin, Sinh, Tan, Subtract, Select, Tanh, Sum, Reduce,
    Softmax, ReplaceSlice, Reverse
    - Add UT for Relu, Sign, Sin, Sinh, Sqrt, Tan, Tanh,
    
    * Add UT for cases when Cos and Sin are giving incorrect results.
    
    * Alphabetically sorted imports.
    
    * Small refactoring.
    
    - Update docstrings
    - Remove unnecesary auxiliary local variable.
    fa6c2a60
Name
Last commit
Last update
..
ngraph Loading commit data...
__init__.py Loading commit data...
conftest.py Loading commit data...
test_ops.py Loading commit data...