Tannic
A C++ Tensor Library
|
Unary element-wise negation of a tensor expression. More...
#include <operations.hpp>
Public Member Functions | |
void | forward (Tensor const &, Tensor &) const |
Unary element-wise negation of a tensor expression.
Used to build a lazily evaluated Unary<Negation, Operand>
expression. The computation is not performed immediately, but deferred until forward()
is called or the expression is assigned to a Tensor
object.