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
© 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/r1.15/api_docs/cc/class/tensorflow/ops/merge-summary