• 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
..
__init__.py Loading commit data...
test_basic.py Loading commit data...
test_convolution.py Loading commit data...
test_ops_binary.py Loading commit data...
test_ops_matmul.py Loading commit data...
test_ops_reshape.py Loading commit data...
test_ops_unary.py Loading commit data...
test_pooling.py Loading commit data...
test_reduction.py Loading commit data...
util.py Loading commit data...