asc.language.tile.binary_ops.minimum
- asc.language.tile.binary_ops.minimum(input: Tile | PlainValue | int | float, other: Tile | PlainValue | int | float) Tile
Computes the element-wise minimum of
inputandother.- Parameters:
input – the left operand (tile or scalar)
other – the right operand (tile or scalar)
- Returns:
the result of minimum
- Return type:
Note
At least one of input operands must be
Tile.