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