Uses of Class
org.deeplearning4j.iterator.BertIterator.Task
-
Packages that use BertIterator.Task Package Description org.deeplearning4j.iterator -
-
Uses of BertIterator.Task in org.deeplearning4j.iterator
Fields in org.deeplearning4j.iterator declared as BertIterator.Task Modifier and Type Field Description protected BertIterator.Task
BertIterator.Builder. task
protected BertIterator.Task
BertIterator. task
Methods in org.deeplearning4j.iterator that return BertIterator.Task Modifier and Type Method Description static BertIterator.Task
BertIterator.Task. valueOf(String name)
Returns the enum constant of this type with the specified name.static BertIterator.Task[]
BertIterator.Task. 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.Task Modifier and Type Method Description BertIterator.Builder
BertIterator.Builder. task(BertIterator.Task task)
Specify theBertIterator.Task
the iterator should be set up for.
-