Spec-Zone.ru › TensorFlow C++ 2.3

tensorflow::ops::ComplexAbs

#include <math_ops.h>

Вычисляет комплексное абсолютное значение тензора.

Summary

Для тензора x комплексных чисел эта операция возвращает тензор типа float или double, представляющий абсолютное значение каждого элемента в x. Все элементы в x должны быть комплексными числами вида \(a + bj\). Абсолютное значение вычисляется как \( {a^2 + b^2}\).

Аргументы:

  • scope: Объект Scope

Возвращает:

  • Output: Тензор y.
Конструкторы и деструкторы
ComplexAbs(const ::tensorflow::Scope & scope, ::tensorflow::Input x)
ComplexAbs(const ::tensorflow::Scope & scope, ::tensorflow::Input x, const ComplexAbs::Attrs & attrs)
Общедоступные атрибуты
operation
Operation
y
::tensorflow::Output
Общедоступные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Общедоступные статические функции
Tout(DataType x)
Attrs
Структуры
tensorflow::ops::ComplexAbs::Attrs

Дополнительные методы настройки атрибутов для ComplexAbs.

Общедоступные атрибуты

operation

Operation operation

y

::tensorflow::Output y

Общедоступные функции

ComplexAbs

 ComplexAbs(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

ComplexAbs

 ComplexAbs(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  const ComplexAbs::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

Общедоступные статические функции

Tout

Attrs Tout(
  DataType x
)

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/class/tensorflow/ops/complex-abs

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API