tril_

paddle. tril_ ( x, diagonal=0, name=None ) [source]

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