tensorflow::ops::PrintV2
#include <logging_ops.h>
Печатает скалярную строку.
Краткое описание
Печатает скалярную строку в желаемый выходной поток.
Аргументы:
- 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 )
operator::tensorflow::Operation
operator::tensorflow::Operation() const
Общественные статические функции
End
Attrs End( StringPiece x )
Выходной поток
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/r1.15/api_docs/cc/class/tensorflow/ops/print-v2