tril

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