|
tanh of input More...
Functions | |
AFAPI array | tanh (const array &in) |
C++ Interface for tanh. More... | |
AFAPI af_err | af_tanh (af_array *out, const af_array in) |
C Interface for tanh. More... | |
tanh of input
C Interface for tanh.
[out] | out | will contain tanh of input |
[in] | in | is input array |