Uses of Class
org.deeplearning4j.iterator.BertIterator.LengthHandling
-
Packages that use BertIterator.LengthHandling Package Description org.deeplearning4j.iterator -
-
Uses of BertIterator.LengthHandling in org.deeplearning4j.iterator
Fields in org.deeplearning4j.iterator declared as BertIterator.LengthHandling Modifier and Type Field Description protected BertIterator.LengthHandlingBertIterator.Builder. lengthHandlingprotected BertIterator.LengthHandlingBertIterator. lengthHandlingMethods in org.deeplearning4j.iterator that return BertIterator.LengthHandling Modifier and Type Method Description static BertIterator.LengthHandlingBertIterator.LengthHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static BertIterator.LengthHandling[]BertIterator.LengthHandling. 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.LengthHandling Modifier and Type Method Description BertIterator.BuilderBertIterator.Builder. lengthHandling(@NonNull BertIterator.LengthHandling lengthHandling, int maxLength)Specifies how the sequence length of the output data should be handled.
-