#include <logging_ops.h>
Prints a string scalar.
Prints a string scalar to the desired output_stream.
Arguments:
Optional attributes (see Attrs
):
Returns:
Operation
Constructors and Destructors | |
---|---|
PrintV2(const ::tensorflow::Scope & scope, ::tensorflow::Input input) | |
PrintV2(const ::tensorflow::Scope & scope, ::tensorflow::Input input, const PrintV2::Attrs & attrs) |
Public attributes | |
---|---|
operation |
Public functions | |
---|---|
operator::tensorflow::Operation() const |
Public static functions | |
---|---|
End(StringPiece x) | |
OutputStream(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::PrintV2::Attrs | Optional attribute setters for PrintV2. |
Operation operation
PrintV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
PrintV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const PrintV2::Attrs & attrs )
operator::tensorflow::Operation() const
Attrs End( StringPiece x )
Attrs OutputStream( StringPiece x )
© 2020 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.4/api_docs/cc/class/tensorflow/ops/print-v2