argmax import { argmax } from "destack:tensor"; Return indices of maximum values along axis. export declare function argmax(tensor: Tensor, axis: Axis, options?: TensorOutputOptions | undefined): Tensor language/library/src/tensor/ops.ds:355:359