| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Variable<T> |
Ops.variable(Shape shape,
Class<T> dtype,
Variable.Options... options)
Adds an
Variable operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static Variable.Options |
Variable.container(String container) |
Variable.Options |
Variable.Options.container(String container) |
static Variable.Options |
Variable.sharedName(String sharedName) |
Variable.Options |
Variable.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Variable<T> |
Variable.create(Scope scope,
Shape shape,
Class<T> dtype,
Variable.Options... options)
Factory method to create a class to wrap a new Variable operation to the graph.
|
Copyright © 2015–2019. All rights reserved.