torch.special.SpecialUnaryOptions
export interface SpecialUnaryOptions<OutShape extends Shape = Shape> {
/** Pre-allocated output tensor. Must have compatible shape. */
out?: Tensor<OutShape>;
}OutShapeextends Shapeout(Tensor<OutShape>)optional- – Pre-allocated output tensor. Must have compatible shape.
Options for unary special functions