| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
Restore |
TrainOps.restore(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Builds an
Restore operation |
| Modifier and Type | Method and Description |
|---|---|
static Restore |
Restore.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Factory method to create a class wrapping a new Restore operation.
|
Copyright © 2015–2019. All rights reserved.