tensorflow::ops::ScalarSummary
#include <logging_ops.h>
Выводит протокольный буфер Summary со скалярными значениями.
Резюме
Входные tags и values должны иметь одинаковую форму. Сгенерированная сводка содержит значение сводки для каждой пары тег-значение в tags и values.
Аргументы:
- scope: Объект Scope
- tags: Теги для сводки.
- values: Имеет ту же форму, что и `tags`. Значения для сводки.
Возвращает:
-
Output: Скаляр. Сериализованный протокольный буферSummary.
| Конструкторы и деструкторы | |
|---|---|
ScalarSummary(const ::tensorflow::Scope & scope, ::tensorflow::Input tags, ::tensorflow::Input values) |
| Публичные атрибуты | |
|---|---|
operation | |
summary | |
| Публичные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Публичные атрибуты
operation
Operation operation
summary
::tensorflow::Output summary
Публичные функции
ScalarSummary
ScalarSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tags, ::tensorflow::Input values )
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/scalar-summary