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