min
The af.min() function in ArrayFire is used to compute the minimum value within an array or along a specific dimension. This operation helps in identifying the smallest value in a dataset or reducing multi-dimensional arrays to a lower dimension based on the minimum values.
Function
af.min()
Python interface used to compute the minimum value within an array or specified dimension.
Detailed Description
The ‘af.min()’ function finds the minimum value of elements in the input array. The minimum value is the smallest element in the array. The function can compute the minimum over the entire array or along a specified dimension.