softmax import { softmax } from "destack:tensor"; Return softmax over one axis. export function softmax(tensor: Tensor, options: SoftmaxOptions): Tensor language/library/src/tensor/neural.ds:64:69