torch.special.SpecialPolynomialOptions
export interface SpecialPolynomialOptions<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 polynomial functions