tensorflow::ops::SparseSegmentSqrtNGrad
#include <math_ops.h>
Вычисляет градиенты для SparseSegmentSqrtN.
Краткое описание
Возвращает тензор "output" с той же формой, что и grad, за исключением измерения 0, значение которого равно output_dim0.
Аргументы:
- scope: Объект Scope
- grad: градиент, распространяемый в операцию SparseSegmentSqrtN.
- indices: индексы, переданные соответствующей операции SparseSegmentSqrtN.
- segment_ids: segment_ids, переданные соответствующей операции SparseSegmentSqrtN.
- output_dim0: измерение 0 "data", переданное операции SparseSegmentSqrtN.
Возвращаемое значение:
-
Output: Тензор вывода.
| Конструкторы и деструкторы | |
|---|---|
SparseSegmentSqrtNGrad(const ::tensorflow::Scope & scope, ::tensorflow::Input grad, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input output_dim0) |
| Общедоступные атрибуты | |
|---|---|
operation | |
output | |
| Общедоступные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Общедоступные атрибуты
операция
Operation operation
вывод
::tensorflow::Output output
Общедоступные функции
SparseSegmentSqrtNGrad
SparseSegmentSqrtNGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input grad, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input output_dim0 )
узел
::tensorflow::Node * node() const
оператор::tensorflow::Input
operator::tensorflow::Input() const
оператор::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/versions/r2.9/api_docs/cc/class/tensorflow/ops/sparse-segment-sqrt-n-grad