Atan

Atan - 22

版本

  • 名称: Atan (GitHub)

  • : main

  • 始于版本: 22

  • 函数: False

  • 支持级别: SupportType.COMMON

  • shape 推断: True

此版本的算子 始于版本 22 可用。

摘要

计算给定输入张量的反正切(正切的逆),逐元素进行。

输入

  • input (异构) - T

    输入张量

输出

  • output (异构) - T

    计算出的输入张量的逐元素反正切

类型约束

  • T 在 ( tensor(bfloat16), tensor(double), tensor(float), tensor(float16) ) 中

    将输入和输出类型限制为浮点张量。

Atan - 7

版本

  • 名称: Atan (GitHub)

  • : main

  • 始于版本: 7

  • 函数: False

  • 支持级别: SupportType.COMMON

  • shape 推断: True

此版本的算子 始于版本 7 可用。

摘要

计算给定输入张量的反正切(正切的逆),逐元素进行。

输入

  • input (异构) - T

    输入张量

输出

  • output (异构) - T

    计算出的输入张量的逐元素反正切

类型约束

  • T 在 ( tensor(double), tensor(float), tensor(float16) ) 中

    将输入和输出类型限制为浮点张量。