tensorflow::ops::PrintV2
#include <logging_ops.h>
Выводит скалярную строку.
Summary
Выводит скалярную строку в желаемый выходной поток.
Аргументы:
- scope: Объект Scope
- input: Скалярная строка для вывода.
Дополнительные атрибуты (см. Attrs):
- output_stream: Строка, определяющая выходной поток или уровень ведения журнала для вывода.
Возвращает:
- созданный
Operation
| Конструкторы и деструкторы | |
|---|---|
PrintV2(const ::tensorflow::Scope & scope, ::tensorflow::Input input) | |
PrintV2(const ::tensorflow::Scope & scope, ::tensorflow::Input input, const PrintV2::Attrs & attrs) |
| Публичные атрибуты | |
|---|---|
operation | |
| Публичные функции | |
|---|---|
operator::tensorflow::Operation() const | |
| Публичные статические функции | |
|---|---|
End(StringPiece x) | |
OutputStream(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::PrintV2::Attrs | Дополнительные атрибуты-сеттеры для PrintV2. |
Публичные атрибуты
operation
Operation operation
Публичные функции
PrintV2
PrintV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
PrintV2
PrintV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const PrintV2::Attrs & attrs )
оператор::tensorflow::Operation
operator::tensorflow::Operation() const
Публичные статические функции
End
Attrs End( StringPiece x )
OutputStream
Attrs OutputStream( StringPiece x )
© 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/print-v2