| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SelectV2<T> |
Ops.selectV2(Operand<Boolean> condition,
Operand<T> t,
Operand<T> e)
Builds an
SelectV2 operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> SelectV2<T> |
SelectV2.create(Scope scope,
Operand<Boolean> condition,
Operand<T> t,
Operand<T> e)
Factory method to create a class wrapping a new SelectV2 operation.
|
Copyright © 2015–2019. All rights reserved.