tensorflow::ops::Inv
#include <math_ops.h>
Вычисляет обратное значение каждого элемента x.
Краткое описание
Т.е., \(y = 1 / x\).
Аргументы:
- scope: Объект Scope
Возвращает:
-
Output: тензор y.
| Конструкторы и деструкторы | |
|---|---|
Inv(const ::tensorflow::Scope & scope, ::tensorflow::Input x) |
| Открытые атрибуты | |
|---|---|
operation | |
y | |
| Открытые функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Открытые атрибуты
operation
Operation operation
y
::tensorflow::Output y
Открытые функции
Inv
Inv( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/inv