| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static <T> TridiagonalMatMul<T> |
TridiagonalMatMul.create(Scope scope,
Operand<T> superdiag,
Operand<T> maindiag,
Operand<T> subdiag,
Operand<T> rhs)
Factory method to create a class wrapping a new TridiagonalMatMul operation.
|
Copyright © 2015–2019. All rights reserved.