| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.nn |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
NnOps.cudnnRnnCanonicalToParams(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Iterable<Operand<T>> weights,
Iterable<Operand<T>> biases,
CudnnRnnCanonicalToParams.Options... options)
Builds an
CudnnRnnCanonicalToParams operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
CudnnRnnCanonicalToParams.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Iterable<Operand<T>> weights,
Iterable<Operand<T>> biases,
CudnnRnnCanonicalToParams.Options... options)
Factory method to create a class wrapping a new CudnnRnnCanonicalToParams operation.
|
Copyright © 2015–2019. All rights reserved.