#include <parsing_ops.h>
Transforms a vector of brain.SequenceExample protos (as strings) into typed tensors.
Arguments:
Optional attributes (see Attrs
):
Returns:
OutputList
context_sparse_indicesOutputList
context_sparse_valuesOutputList
context_sparse_shapesOutputList
context_dense_valuesOutputList
feature_list_sparse_indicesOutputList
feature_list_sparse_valuesOutputList
feature_list_sparse_shapesOutputList
feature_list_dense_valuesOutputList
feature_list_dense_lengths Constructors and Destructors | |
---|---|
ParseSequenceExample(const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input debug_name, ::tensorflow::InputList context_dense_defaults, const gtl::ArraySlice<::tensorflow::tstring> & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice<::tensorflow::tstring> & context_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring> & context_dense_keys, const gtl::ArraySlice<::tensorflow::tstring> & feature_list_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring> & feature_list_dense_keys) | |
ParseSequenceExample(const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input debug_name, ::tensorflow::InputList context_dense_defaults, const gtl::ArraySlice<::tensorflow::tstring> & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice<::tensorflow::tstring> & context_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring> & context_dense_keys, const gtl::ArraySlice<::tensorflow::tstring> & feature_list_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring> & feature_list_dense_keys, const ParseSequenceExample::Attrs & attrs) |
Public static functions | |
---|---|
ContextDenseShapes(const gtl::ArraySlice< PartialTensorShape > & x) | |
ContextSparseTypes(const DataTypeSlice & x) | |
FeatureListDenseShapes(const gtl::ArraySlice< PartialTensorShape > & x) | |
FeatureListDenseTypes(const DataTypeSlice & x) | |
FeatureListSparseTypes(const DataTypeSlice & x) | |
NcontextDense(int64 x) | |
NcontextSparse(int64 x) | |
NfeatureListDense(int64 x) | |
NfeatureListSparse(int64 x) |
Structs | |
---|---|
tensorflow::ops::ParseSequenceExample::Attrs | Optional attribute setters for ParseSequenceExample. |
::tensorflow::OutputList context_dense_values
::tensorflow::OutputList context_sparse_indices
::tensorflow::OutputList context_sparse_shapes
::tensorflow::OutputList context_sparse_values
::tensorflow::OutputList feature_list_dense_lengths
::tensorflow::OutputList feature_list_dense_values
::tensorflow::OutputList feature_list_sparse_indices
::tensorflow::OutputList feature_list_sparse_shapes
::tensorflow::OutputList feature_list_sparse_values
Operation operation
ParseSequenceExample( const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input debug_name, ::tensorflow::InputList context_dense_defaults, const gtl::ArraySlice & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice & context_sparse_keys, const gtl::ArraySlice & context_dense_keys, const gtl::ArraySlice & feature_list_sparse_keys, const gtl::ArraySlice & feature_list_dense_keys )
ParseSequenceExample( const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input debug_name, ::tensorflow::InputList context_dense_defaults, const gtl::ArraySlice & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice & context_sparse_keys, const gtl::ArraySlice & context_dense_keys, const gtl::ArraySlice & feature_list_sparse_keys, const gtl::ArraySlice & feature_list_dense_keys, const ParseSequenceExample::Attrs & attrs )
Attrs ContextDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Attrs ContextSparseTypes( const DataTypeSlice & x )
Attrs FeatureListDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Attrs FeatureListDenseTypes( const DataTypeSlice & x )
Attrs FeatureListSparseTypes( const DataTypeSlice & x )
Attrs NcontextDense( int64 x )
Attrs NcontextSparse( int64 x )
Attrs NfeatureListDense( int64 x )
Attrs NfeatureListSparse( int64 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/parse-sequence-example