Returns the elementwise maximum between two arrays. More...
Functions | |
AFAPI array | max (const array &lhs, const array &rhs) |
C++ Interface to find the elementwise maximum between two arrays. | |
AFAPI array | max (const array &lhs, const double rhs) |
C++ Interface to find the elementwise maximum between an array and a scalar value. | |
AFAPI array | max (const double lhs, const array &rhs) |
C++ Interface to find the elementwise maximum between an array and a scalar value. | |
AFAPI af_err | af_maxof (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
C Interface to find the elementwise minimum between an array and a scalar value. | |
Returns the elementwise maximum between two arrays.
C Interface to find the elementwise minimum between an array and a scalar value.
[out] | out | maximum of lhs and rhs |
[in] | lhs | input array |
[in] | rhs | input array |
[in] | batch | specifies if operations need to be performed in batch mode |
C++ Interface to find the elementwise maximum between two arrays.
[in] | lhs | input array |
[in] | rhs | input array |
lhs
and rhs
C++ Interface to find the elementwise maximum between an array and a scalar value.
[in] | lhs | input array |
[in] | rhs | scalar value |
lhs
and rhs