• L.S. Cook's avatar
    Leona/style apidocs (#554) · e06c1d33
    L.S. Cook authored
    * Improve the readability of imported doxygenclass api doc style
    from being so small (WIP).
    
    Also fixed the not op to not import abs doxygenclass.
    
    * Make sure no large files get added to git
    
    * Other doxygen files to exclude from git
    
    * WIP phase two styling code to save and test
    
    * Cleanup for PR
    e06c1d33
not.rst 1.34 KB

Not

Not // Elementwise negation operation

Description

Produces a single output tensor of boolean type and the same shape as arg, where the value at each coordinate of output is the negation of the value at each arg coordinate.

Inputs

Name Element Type Shape
arg element::boolean Any

Outputs

Name Element Type Shape
output element::boolean Same as arg

Mathematical Definition

\mathtt{output}_{i_0, \ldots, i_{n-1}} = \neg\mathtt{arg}_{i_0, \ldots, i_{n-1}}

C++ Interface