| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.linalg |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
LinalgOps.bandPart(Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Builds an
BandPart operation |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
BandPart.create(Scope scope,
Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Factory method to create a class wrapping a new BandPart operation.
|
Copyright © 2015–2019. All rights reserved.