• Marc-Alexandre Cote's avatar
    Add the searchsorted function similar to the numpy's one. · 02835cce
    Marc-Alexandre Cote 提交于
    - Make sure perform outputs an numpy.ndarray.
    - Add C implementation of searchsorted
    - Fix PEP8 format
    - Fix props, make_node, perform of SearchsortedOp
    - Add searchsorted method (wrapper) on tensor variable
    - Fix c_code and grad in SearchsortedOp, fix tests
    - Update documentation
    02835cce
basic.py 206.0 KB