mindspore.ops.TrilIndices
==========================
.. py:class:: mindspore.ops.TrilIndices(row, col, offset=0, dtype=mstype.int32)
计算 `row` * `col` 行列矩阵的下三角元素的索引,并将它们作为一个 2xN 的Tensor返回。
更多参考详见 :func:`mindspore.ops.tril_indices` 。