| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> MatrixDiagPartV2<T> |
Ops.matrixDiagPartV2(Operand<T> input,
Operand<Integer> k,
Operand<T> paddingValue)
Builds an
MatrixDiagPartV2 operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> MatrixDiagPartV2<T> |
MatrixDiagPartV2.create(Scope scope,
Operand<T> input,
Operand<Integer> k,
Operand<T> paddingValue)
Factory method to create a class wrapping a new MatrixDiagPartV2 operation.
|
Copyright © 2015–2019. All rights reserved.