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