| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.linalg |
| Modifier and Type | Method and Description |
|---|---|
<T> Qr<T> |
LinalgOps.qr(Operand<T> input,
Qr.Options... options)
Builds an
Qr operation |
<T> Qr<T> |
LinalgOps.qr(Operand<T> input,
Qr.Options... options)
Builds an
Qr operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> Qr<T> |
Qr.create(Scope scope,
Operand<T> input,
Qr.Options... options)
Factory method to create a class wrapping a new Qr operation.
|
static <T> Qr<T> |
Qr.create(Scope scope,
Operand<T> input,
Qr.Options... options)
Factory method to create a class wrapping a new Qr operation.
|
Copyright © 2022. All rights reserved.