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
сводка
::tensorflow::Output summary
Общедоступные функции
TensorSummaryV2
TensorSummaryV2( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input serialized_summary_metadata )
узел
::tensorflow::Node * node() const
оператор::tensorflow::Вход
operator::tensorflow::Input() const
оператор::tensorflow::Выход
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/tensor-summary-v2