przepływ tensorowy:: ops:: SparseSegmentSqrtNWithNumSegments
#include <math_ops.h>Oblicza sumę rzadkich segmentów tensora podzieloną przez sqrt N.
Streszczenie
N jest rozmiarem zmniejszanego segmentu.
Podobnie jak SparseSegmentSqrtN , ale pozwala na brak identyfikatorów w segment_ids . Jeśli brakuje identyfikatora, tensor output w tej pozycji zostanie wyzerowany.
Przeczytaj sekcję dotyczącą segmentacji, aby uzyskać wyjaśnienie segmentów.
Argumenty:
- zakres: Obiekt Scope
- indeksy: tensor 1-D. Ma tę samą rangę co
segment_ids. - segment_ids: Tensor 1-D. Wartości należy posortować i można je powtarzać.
- num_segments: powinno być równe liczbie odrębnych identyfikatorów segmentów.
Zwroty:
-
Output: ma taki sam kształt jak dane, z wyjątkiem wymiaru 0, który ma rozmiark, czyli liczbę segmentów.
Konstruktory i destruktory | |
|---|---|
SparseSegmentSqrtNWithNumSegments (const :: tensorflow::Scope & scope, :: tensorflow::Input data, :: tensorflow::Input indices, :: tensorflow::Input segment_ids, :: tensorflow::Input num_segments) |
Atrybuty publiczne | |
|---|---|
operation | |
output | |
Funkcje publiczne | |
|---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const | |
Atrybuty publiczne
działanie
Operation operation
wyjście
::tensorflow::Output output
Funkcje publiczne
SparseSegmentSqrtNWithNumSegments
SparseSegmentSqrtNWithNumSegments( const ::tensorflow::Scope & scope, ::tensorflow::Input data, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input num_segments )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const