ParseSequenceExampleV2.Options

public static class ParseSequenceExampleV2.Options

Optional attributes for ParseSequenceExampleV2

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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().