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