Spec-Zone.ru › TensorFlow C++ 2.3

tensorflow::ops::ScalarSummary

#include <logging_ops.h>

Выводит Summary протокол-буфер со скалярными значениями.

Summary

Входные данные tags и values должны иметь одинаковую форму. Сгенерированный сводный вывод содержит значение сводки для каждой пары тег-значение в tags и values.

Аргументы:

  • scope: Объект Scope
  • tags: Теги для сводки.
  • values: Имеют такую же форму, как `tags`. Значения для сводки.

Возвращает:

  • Output: Скаляр. Сериализованный Summary протокол-буфер.
Конструкторы и деструкторы
ScalarSummary(const ::tensorflow::Scope & scope, ::tensorflow::Input tags, ::tensorflow::Input values)
Публичные атрибуты
operation
Operation
summary
::tensorflow::Output
Публичные функции
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 

© 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/scalar-summary

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API