tensorflow::ops::SparseSegmentMeanWithNumSegments
#include <math_ops.h>
Вычисляет среднее значение по разреженным сегментам тензора.
Summary
Подобно SparseSegmentMean, но допускает пропуски идентификаторов в segment_ids. Если идентификатор отсутствует, соответствующий элемент в тензоре output будет равен нулю.
Прочитайте раздел о сегментации для объяснения сегментов.
Аргументы:
- scope: Объект Scope
- indices: Одномерный тензор. Имеет тот же ранг, что и
segment_ids. - segment_ids: Одномерный тензор. Значения должны быть отсортированы и могут повторяться.
- num_segments: Должно быть равно количеству различных идентификаторов сегментов.
Возвращает:
-
Output: Имеет ту же форму, что и данные, за исключением размерности 0, размер которой равенnum_segments.
| Конструкторы и деструкторы | |
|---|---|
SparseSegmentMeanWithNumSegments(const ::tensorflow::Scope & scope, ::tensorflow::Input data, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input num_segments) |
| Публичные атрибуты | |
|---|---|
operation | |
output | |
| Публичные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Публичные атрибуты
operation
Operation operation
output
::tensorflow::Output output
Публичные функции
SparseSegmentMeanWithNumSegments
SparseSegmentMeanWithNumSegments( const ::tensorflow::Scope & scope, ::tensorflow::Input data, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input num_segments )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 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/sparse-segment-mean-with-num-segments