Searched defs:triu (Results 1 – 6 of 6) sorted by relevance
54 def triu(g: jit_utils.GraphContext, self, diagonal, out=None): function
29 TORCH_META_FUNC(triu)(const Tensor& self, int64_t k) { in TORCH_META_FUNC() argument
66 def triu(A): function
1225 def triu(m, k=0): # pylint: disable=missing-docstring function
773 def triu(m: ArrayLike, k=0): function
5736 def triu(a: TensorLikeType, diagonal: int = 0) -> TensorLikeType: function