tensorflow::ops::TensorSummaryV2
#include <logging_ops.h>
Выводит протокольный буфер Summary с тензором и данными по плагинам.
Краткое описание
Аргументы:
- scope: Объект Scope
- tag: Строка, прикрепленная к этому обобщению. Используется для организации в TensorBoard.
- tensor: Тензор для сериализации.
- serialized_summary_metadata: Сериализованный протокол SummaryMetadata. Содержит данные плагина.
Возвращает:
-
Output: Тензор обобщения.
| Конструкторы и деструкторы | |
|---|---|
TensorSummaryV2(const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input serialized_summary_metadata) |
| Общедоступные атрибуты | |
|---|---|
operation | |
summary | |
| Общедоступные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Общедоступные атрибуты
operation
Operation operation
summary
::tensorflow::Output summary
Общедоступные функции
TensorSummaryV2
TensorSummaryV2( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input serialized_summary_metadata )
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/tensor-summary-v2