tensorflow::ops::TensorSummaryV2
#include <logging_ops.h>
Выводит Summary протокол-буфер с тензором и данными по плагинам.
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/r2.3/api_docs/cc/class/tensorflow/ops/tensor-summary-v2