序列为空

序列为空 - 11

版本

  • 名称: 序列为空 (GitHub)

  • : main

  • 自版本: 11

  • 功能: False

  • 支持级别: SupportType.COMMON

  • 形状推断: True

此版本的运算符已从版本 11 开始可用

摘要

构造一个空张量序列,具有给定的数据类型。

属性

  • dtype - INT :

    (可选) 输出序列中张量的数据类型。默认类型为“float”。

输出

  • 输出 (异构) - S

    空序列。

类型约束

  • S 在 ( seq(tensor(bool)), seq(tensor(complex128)), seq(tensor(complex64)), seq(tensor(double)), seq(tensor(float)), seq(tensor(float16)), seq(tensor(int16)), seq(tensor(int32)), seq(tensor(int64)), seq(tensor(int8)), seq(tensor(string)), seq(tensor(uint16)), seq(tensor(uint32)), seq(tensor(uint64)), seq(tensor(uint8)) )

    将输出类型约束为任何张量类型。