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