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 )
оператор::tensorflow::Operation
operator::tensorflow::Operation() const
Общедоступные статические функции
Завершение
Attrs End( StringPiece x )
Поток вывода
Attrs OutputStream( StringPiece x )
© 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/api_docs/cc/class/tensorflow/ops/print-v2