module minmax
class MinMax
A MinMax model vAccel resource.
Attributes:
def_arg_write(bytes): The result of the operation__op__: The genop operation type
classmethod minmax
minmax(
indata: int,
ndata: 'str | bytes',
low_threshold: 'int',
high_threshold: 'int'
)
Performs the MinMax operation using vAccel over genop.
Args:
indata: An integer giving the number of inputsndata: A string or bytes object containing the ndata file pathlow_theshold: An integer value for low thresholdhigh_threshold: An integer value for high threshold
Returns:
outdata: The array of floats, sortedmin: A float number for the min valuemax: A float number for the max value