W3cubDocs

/TensorFlow C++

Parsing Ops

Summary

Classes
tensorflow::ops::DecodeCSV

Convert CSV records to tensors.

tensorflow::ops::DecodeJSONExample

Convert JSON-encoded Example records to binary protocol buffer strings.

tensorflow::ops::DecodeRaw

Reinterpret the bytes of a string as a vector of numbers.

tensorflow::ops::ParseExample

Transforms a vector of brain.Example protos (as strings) into typed tensors.

tensorflow::ops::ParseSingleSequenceExample

Transforms a scalar brain.SequenceExample proto (as strings) into typed tensors.

tensorflow::ops::ParseTensor

Transforms a serialized tensorflow.TensorProto proto into a Tensor.

tensorflow::ops::StringToNumber

Converts each string in the input Tensor to the specified numeric type.

© 2017 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/api_docs/cc/group/parsing-ops