Searched defs:tril (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/nn/layer/ | ||
D | basic.py | 999 def tril(x_shape, x_dtype, k): function |
/third_party/mindspore/mindspore/numpy/ | ||
D | array_creations.py | 1014 def tril(m, k=0): function |