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