min import { min } from "destack:tensor"; Return minimum values of tensor along the axes in axisSet. export declare function min(tensor: Tensor, axisSet: AxisSet, options?: TensorReduceOptions | undefined): Tensor language/library/src/tensor/ops.ds:321:330