| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
SaveV2 |
Ops.saveV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Adds an
SaveV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static SaveV2 |
SaveV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Factory method to create a class to wrap a new SaveV2 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.