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