#include <parsing_ops.h>
Transforms a vector of brain.Example protos (as strings) into typed tensors.
Arguments:
Returns:
OutputList
sparse_indicesOutputList
sparse_valuesOutputList
sparse_shapesOutputList
dense_values Constructors and Destructors | |
---|---|
ParseExample(const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input names, ::tensorflow::InputList sparse_keys, ::tensorflow::InputList dense_keys, ::tensorflow::InputList dense_defaults, const DataTypeSlice & sparse_types, const gtl::ArraySlice< TensorShape > & dense_shapes) |
Public attributes | |
---|---|
dense_values | |
sparse_indices | |
sparse_shapes | |
sparse_values |
::tensorflow::OutputList dense_values
::tensorflow::OutputList sparse_indices
::tensorflow::OutputList sparse_shapes
::tensorflow::OutputList sparse_values
ParseExample( const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input names, ::tensorflow::InputList sparse_keys, ::tensorflow::InputList dense_keys, ::tensorflow::InputList dense_defaults, const DataTypeSlice & sparse_types, const gtl::ArraySlice< TensorShape > & dense_shapes )
© 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/class/tensorflow/ops/parse-example.html