tril_

paddle. tril_ ( x: paddle.Tensor, diagonal: int = 0, name: str | None = None ) paddle.Tensor | None [source]

Inplace version of tril API, the output Tensor will be inplaced with input x. Please refer to tril.