tril

fun <T : DType, V> Tensor<T, V>.tril(k: Int = 0): Tensor<T, V>(source)