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