| Package | Description |
|---|---|
| org.deeplearning4j.iterator |
| Modifier and Type | Field and Description |
|---|---|
protected BertIterator.LengthHandling |
BertIterator.lengthHandling |
protected BertIterator.LengthHandling |
BertIterator.Builder.lengthHandling |
| Modifier and Type | Method and Description |
|---|---|
static BertIterator.LengthHandling |
BertIterator.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.
|
| Modifier and Type | Method and Description |
|---|---|
BertIterator.Builder |
BertIterator.Builder.lengthHandling(@NonNull BertIterator.LengthHandling lengthHandling,
int maxLength)
Specifies how the sequence length of the output data should be handled.
|
Copyright © 2022. All rights reserved.