Tensorflow :: ops :: SparseSegmentSqrtNGrad
#include <math_ops.h>
Berechnet Gradienten für SparseSegmentSqrtN .
Zusammenfassung
Gibt den Tensor "output" mit der gleichen Form wie grad zurück, mit Ausnahme der Dimension 0, deren Wert output_dim0 ist.
Argumente:
- scope: Ein Scope- Objekt
- grad: Gradient, der an das SparseSegmentSqrtN op weitergegeben wird.
- Indizes: Indizes, die an das entsprechende SparseSegmentSqrtN op.
- segment_ids: segment_ids, die an das entsprechende SparseSegmentSqrtN op übergeben werden.
- output_dim0: Dimension 0 von "Daten", die an SparseSegmentSqrtN op übergeben wurden.
Kehrt zurück:
-
Output
: Der Ausgangstensor.
Konstruktoren und Destruktoren | |
---|---|
SparseSegmentSqrtNGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input grad, :: tensorflow::Input indices, :: tensorflow::Input segment_ids, :: tensorflow::Input output_dim0) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
SparseSegmentSqrtNGrad
SparseSegmentSqrtNGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input grad, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input output_dim0 )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const