torch.UnaryOptions
export interface UnaryOptions<OutShape extends Shape = Shape> {
/** Pre-allocated output tensor. */
out?: Tensor<OutShape>;
}OutShapeextends Shapeout(Tensor<OutShape>)optional- – Pre-allocated output tensor.
Options for unary operations that support out parameter