Developers
Download
[object Object][object Object][object Object]
  • Ascend 950PR/Ascend 950DT:支持
[object Object][object Object]
  • Atlas A3 训练系列产品/Atlas A3 推理系列产品:支持
[object Object][object Object]
  • Atlas A2 训练系列产品/Atlas A2 推理系列产品:支持
[object Object][object Object]

返回二维张量或者一批张量的下三角部分。结果张量的其他元素被设置为0。

[object Object]
[object Object]
[object Object][object Object]undefined
[object Object]

输出Shape、数据类型与输入input一致的Tensor。

[object Object]
  1. Tensor数据类型说明:

    [object Object]
    • Ascend 950PR/Ascend 950DT:DT_FP32, DT_FP16, DT_BF16, DT_INT8, DT_INT16, DT_INT32, DT_UINT16, DT_UINT32
    [object Object][object Object]
    • Atlas A3 训练系列产品/Atlas A3 推理系列产品:DT_FP32, DT_FP16, DT_BF16, DT_INT8, DT_INT16, DT_INT32
    [object Object][object Object]
    • Atlas A2 训练系列产品/Atlas A2 推理系列产品:DT_FP32, DT_FP16, DT_BF16, DT_INT8, DT_INT16, DT_INT32
    [object Object]
  2. Tensor类型输入不支持[object Object]格式。

[object Object][object Object]

说明:调用该operation接口前,应通过set_vec_tile_shapes设置TileShape。

TileShape维度应和输出一致。

示例1:输入input shape为[m, n],输出为[m, n], TileShape设置为[m1, n1],则m1, n1分别用于切分m, n轴。

[object Object]
[object Object]
[object Object]

结果示例如下:

[object Object]