tensorflow::ops::StringToNumber
#include <parsing_ops.h>
Converts each string in the input Tensor to the specified numeric type.
Summary
(Note that int32 overflow results in an error while float overflow results in a rounded value.)
Example:
strings = ["5.0", "3.0", "7.0"] tf.strings.to_number(strings)
Arguments:
- scope: A Scope object
Optional attributes (see Attrs
):
- out_type: The numeric type to interpret each string in
string_tensor
as.
Returns:
Constructors and Destructors | |
---|---|
StringToNumber(const ::tensorflow::Scope & scope, ::tensorflow::Input string_tensor) | |
StringToNumber(const ::tensorflow::Scope & scope, ::tensorflow::Input string_tensor, const StringToNumber::Attrs & attrs) |
Public attributes | |
---|---|
operation | |
output |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
OutType(DataType x) |
Structs | |
---|---|
tensorflow::ops::StringToNumber::Attrs | Optional attribute setters for StringToNumber. |
Public attributes
operation
Operation operation
output
::tensorflow::Output output
Public functions
StringToNumber
StringToNumber( const ::tensorflow::Scope & scope, ::tensorflow::Input string_tensor )
StringToNumber
StringToNumber( const ::tensorflow::Scope & scope, ::tensorflow::Input string_tensor, const StringToNumber::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Public static functions
OutType
Attrs OutType( DataType 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/string-to-number