CastLike

CastLike - 23

版本

  • 名称: CastLike (GitHub)

  • : main

  • 自版本: 23

  • 函数: True

  • 支持级别: SupportType.COMMON

  • 形状推断: True

此版本的算子自版本 23起可用。

摘要

该算子将给定输入张量(第一个输入)的元素转换为与第二个输入张量元素相同的的数据类型。有关更多详细信息,请参阅 Cast 算子的文档。

属性

  • saturate - INT(默认值为 '1'

    该参数定义如果输入值超出目标类型的范围,转换的行为方式。它仅适用于浮点数 8 转换(float8e4m3fn、float8e4m3fnuz、float8e5m2、float8e5m2fnuz)。默认情况下为真。有关更多详细信息,请参阅算子 Cast 的描述。

输入

  • input (异构) - T1

    要转换的输入张量。

  • target_type (异构) - T2

    第一个输入张量将被转换为生成与该(第二个输入)张量类型相同的张量。

输出

  • output (异构) - T2

    通过将第一个输入张量转换为与第二个输入张量类型相同的类型而生成的输出张量。

类型约束

  • T1 in ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(float4e2m1), tensor(float8e4m3fn), tensor(float8e4m3fnuz), tensor(float8e5m2), tensor(float8e5m2fnuz), tensor(int16), tensor(int32), tensor(int4), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint4), tensor(uint64), tensor(uint8) )

    约束输入类型。不支持从复数类型转换。

  • T2 in ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(float4e2m1), tensor(float8e4m3fn), tensor(float8e4m3fnuz), tensor(float8e5m2), tensor(float8e5m2fnuz), tensor(int16), tensor(int32), tensor(int4), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint4), tensor(uint64), tensor(uint8) )

    约束输出类型。不支持转换为复数类型。

CastLike - 21

版本

  • 名称: CastLike (GitHub)

  • : main

  • 自版本: 21

  • 函数: True

  • 支持级别: SupportType.COMMON

  • 形状推断: True

此版本的算子自版本 21起可用。

摘要

该算子将给定输入张量(第一个输入)的元素转换为与第二个输入张量元素相同的的数据类型。有关更多详细信息,请参阅 Cast 算子的文档。

属性

  • saturate - INT(默认值为 '1'

    该参数定义如果输入值超出目标类型的范围,转换的行为方式。它仅适用于浮点数 8 转换(float8e4m3fn、float8e4m3fnuz、float8e5m2、float8e5m2fnuz)。默认情况下为真。有关更多详细信息,请参阅算子 Cast 的描述。

输入

  • input (异构) - T1

    要转换的输入张量。

  • target_type (异构) - T2

    第一个输入张量将被转换为生成与该(第二个输入)张量类型相同的张量。

输出

  • output (异构) - T2

    通过将第一个输入张量转换为与第二个输入张量类型相同的类型而生成的输出张量。

类型约束

  • T1 in ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(float8e4m3fn), tensor(float8e4m3fnuz), tensor(float8e5m2), tensor(float8e5m2fnuz), tensor(int16), tensor(int32), tensor(int4), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint4), tensor(uint64), tensor(uint8) )

    约束输入类型。不支持从复数类型转换。

  • T2 的取值范围为 ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(float8e4m3fn), tensor(float8e4m3fnuz), tensor(float8e5m2), tensor(float8e5m2fnuz), tensor(int16), tensor(int32), tensor(int4), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint4), tensor(uint64), tensor(uint8) )

    约束输出类型。不支持转换为复数类型。

CastLike - 19

版本

  • 名称: CastLike (GitHub)

  • : main

  • since_version: 19

  • 函数: True

  • 支持级别: SupportType.COMMON

  • 形状推断: True

此版本的算子自版本 19起可用。

摘要

该算子将给定输入张量(第一个输入)的元素转换为与第二个输入张量元素相同的的数据类型。有关更多详细信息,请参阅 Cast 算子的文档。

属性

  • saturate - INT(默认值为 '1'

    该参数定义如果输入值超出目标类型的范围,转换的行为方式。它仅适用于浮点数 8 转换(float8e4m3fn、float8e4m3fnuz、float8e5m2、float8e5m2fnuz)。默认情况下为真。有关更多详细信息,请参阅算子 Cast 的描述。

输入

  • input (异构) - T1

    要转换的输入张量。

  • target_type (异构) - T2

    第一个输入张量将被转换为生成与该(第二个输入)张量类型相同的张量。

输出

  • output (异构) - T2

    通过将第一个输入张量转换为与第二个输入张量类型相同的类型而生成的输出张量。

类型约束

  • T1 的取值范围为 ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(float8e4m3fn), tensor(float8e4m3fnuz), tensor(float8e5m2), tensor(float8e5m2fnuz), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) )

    约束输入类型。不支持从复数类型转换。

  • T2 的取值范围为 ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(float8e4m3fn), tensor(float8e4m3fnuz), tensor(float8e5m2), tensor(float8e5m2fnuz), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) )

    约束输出类型。不支持转换为复数类型。

CastLike - 15

版本

  • 名称: CastLike (GitHub)

  • : main

  • since_version: 15

  • 函数: True

  • 支持级别: SupportType.COMMON

  • 形状推断: True

此版本的算子自版本 15起可用。

摘要

该算子将给定输入张量(第一个输入)的元素转换为与第二个输入张量元素相同的的数据类型。有关更多详细信息,请参阅 Cast 算子的文档。

输入

  • input (异构) - T1

    要转换的输入张量。

  • target_type (异构) - T2

    第一个输入张量将被转换为生成与该(第二个输入)张量类型相同的张量。

输出

  • output (异构) - T2

    通过将第一个输入张量转换为与第二个输入张量类型相同的类型而生成的输出张量。

类型约束

  • T1 的取值范围为 ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) )

    约束输入类型。不支持从复数类型转换。

  • T2 的取值范围为 ( tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) )

    约束输出类型。不支持转换为复数类型。