Package | Description |
---|---|
org.deeplearning4j.iterator |
Modifier and Type | Field and Description |
---|---|
protected BertIterator.Task |
BertIterator.task |
protected BertIterator.Task |
BertIterator.Builder.task |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BertIterator.Builder |
BertIterator.Builder.task(BertIterator.Task task)
Specify the
BertIterator.Task the iterator should be set up for. |
Copyright © 2019. All rights reserved.