| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> RefSwitch<T> |
Ops.refSwitch(Operand<T> data,
Operand<Boolean> pred)
Adds an
RefSwitch operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> RefSwitch<T> |
RefSwitch.create(Scope scope,
Operand<T> data,
Operand<Boolean> pred)
Factory method to create a class to wrap a new RefSwitch operation to the graph.
|
Copyright © 2015–2019. All rights reserved.