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