Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

ParseSequenceExampleV2.Options

public static class ParseSequenceExampleV2.Options

Optional attributes for ParseSequenceExampleV2

Public Methods

ParseSequenceExampleV2.Options
NcontextSparse(Long NcontextSparse)
ParseSequenceExampleV2.Options
NfeatureListDense(Long NfeatureListDense)
ParseSequenceExampleV2.Options
NfeatureListSparse(Long NfeatureListSparse)
ParseSequenceExampleV2.Options
contextDenseShapes(List<Shape> contextDenseShapes)
ParseSequenceExampleV2.Options
featureListDenseShapes(List<Shape> featureListDenseShapes)

Inherited Methods

Public Methods

public ParseSequenceExampleV2.Options NcontextSparse (Long NcontextSparse)

public ParseSequenceExampleV2.Options NfeatureListDense (Long NfeatureListDense)

public ParseSequenceExampleV2.Options NfeatureListSparse (Long NfeatureListSparse)

public ParseSequenceExampleV2.Options contextDenseShapes (List<Shape> contextDenseShapes)

Parameters
contextDenseShapes A list of Ncontext_dense shapes; the shapes of data in each context Feature given in context_dense_keys. The number of elements in the Feature corresponding to context_dense_key[j] must always equal context_dense_shapes[j].NumEntries(). The shape of context_dense_values[j] will match context_dense_shapes[j].

public ParseSequenceExampleV2.Options featureListDenseShapes (List<Shape> featureListDenseShapes)

Parameters
featureListDenseShapes A list of Nfeature_list_dense shapes; the shapes of data in each FeatureList given in feature_list_dense_keys. The shape of each Feature in the FeatureList corresponding to feature_list_dense_key[j] must always equal feature_list_dense_shapes[j].NumEntries().