Uses of Class
org.deeplearning4j.iterator.BertIterator.FeatureArrays
-
Packages that use BertIterator.FeatureArrays Package Description org.deeplearning4j.iterator -
-
Uses of BertIterator.FeatureArrays in org.deeplearning4j.iterator
Fields in org.deeplearning4j.iterator declared as BertIterator.FeatureArrays Modifier and Type Field Description protected BertIterator.FeatureArrays
BertIterator.Builder. featureArrays
protected BertIterator.FeatureArrays
BertIterator. featureArrays
Methods in org.deeplearning4j.iterator that return BertIterator.FeatureArrays Modifier and Type Method Description static BertIterator.FeatureArrays
BertIterator.FeatureArrays. valueOf(String name)
Returns the enum constant of this type with the specified name.static BertIterator.FeatureArrays[]
BertIterator.FeatureArrays. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.iterator with parameters of type BertIterator.FeatureArrays Modifier and Type Method Description BertIterator.Builder
BertIterator.Builder. featureArrays(BertIterator.FeatureArrays featureArrays)
Specify what arrays should be returned.
-