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