tensorflow::ops::MergeSummary
#include <logging_ops.h>
Объединяет сводки.
Краткое описание
Этот оператор создаёт протокол буфер `Summary`, содержащий объединение всех значений во входных сводках.
При выполнении оператора, он сообщает об ошибке InvalidArgument если несколько значений в сводках для объединения используют один и тот же тег.
Аргументы:
- scope: Объект Scope
- inputs: Может быть любой формы. Каждый должен содержать сериализованные
Summaryпротокол буферы.
Возвращает:
-
Output: Скаляр. СериализованныйSummaryпротокол буфер.
| Конструкторы и деструкторы | |
|---|---|
MergeSummary(const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs) |
| Общедоступные атрибуты | |
|---|---|
operation | |
summary | |
| Общедоступные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Общедоступные атрибуты
operation
Operation operation
summary
::tensorflow::Output summary
Общедоступные функции
MergeSummary
MergeSummary( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
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/versions/r2.9/api_docs/cc/class/tensorflow/ops/merge-summary