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