W3cubDocs

/TensorFlow C++ 1.15

tensorflow::ops::PrintV2

#include <logging_ops.h>

Prints a string scalar.

Summary

Prints a string scalar to the desired output_stream.

Arguments:

  • scope: A Scope object
  • input: The string scalar to print.

Optional attributes (see Attrs):

  • output_stream: A string specifying the output stream or logging level to print to.

Returns:

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.

Public attributes

operation

Operation operation

Public functions

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 

Public static functions

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/r1.15/api_docs/cc/class/tensorflow/ops/print-v2