| Package | Description |
|---|---|
| org.tensorflow.op.data |
| Modifier and Type | Method and Description |
|---|---|
static BatchDataset.Options |
BatchDataset.parallelCopy(Boolean parallelCopy) |
BatchDataset.Options |
BatchDataset.Options.parallelCopy(Boolean parallelCopy) |
| Modifier and Type | Method and Description |
|---|---|
static BatchDataset |
BatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
BatchDataset.Options... options)
Factory method to create a class wrapping a new BatchDataset operation.
|
Copyright © 2015–2019. All rights reserved.