torch.TriOptions
export interface TriOptions {
/** The index of the diagonal to consider (default: 0) */
diagonal?: number;
}diagonal(number)optional- – The index of the diagonal to consider (default: 0)
Options for tril and triu
export interface TriOptions {
/** The index of the diagonal to consider (default: 0) */
diagonal?: number;
}diagonal(number)optionalOptions for tril and triu