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