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