Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
tannic::function::Exp Struct Reference

Functor exponential (e^x) Applies element-wise exponential to tensor elements. More...

#include <functions.hpp>

Public Member Functions

void operator() (Tensor const &, Tensor &) const
 

Detailed Description

Functor exponential (e^x) Applies element-wise exponential to tensor elements.

Member Function Documentation

◆ operator()()

void tannic::function::Exp::operator() ( Tensor const &  ,
Tensor  
) const

The documentation for this struct was generated from the following file: