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