| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
SaveSlices |
TrainOps.saveSlices(Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Builds an
SaveSlices operation |
| Modifier and Type | Method and Description |
|---|---|
static SaveSlices |
SaveSlices.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Factory method to create a class wrapping a new SaveSlices operation.
|
Copyright © 2015–2019. All rights reserved.