Package | Description |
---|---|
org.deeplearning4j.iterator |
Modifier and Type | Field and Description |
---|---|
protected BertIterator.FeatureArrays |
BertIterator.featureArrays |
protected BertIterator.FeatureArrays |
BertIterator.Builder.featureArrays |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BertIterator.Builder |
BertIterator.Builder.featureArrays(BertIterator.FeatureArrays featureArrays)
Specify what arrays should be returned.
|
Copyright © 2022. All rights reserved.