| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.cudnnRNNParamsToCanonicalV2(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParamsWeights,
Long numParamsBiases,
CudnnRNNParamsToCanonicalV2.Options... options)
Builds an
CudnnRNNParamsToCanonicalV2 operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
CudnnRNNParamsToCanonicalV2.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParamsWeights,
Long numParamsBiases,
CudnnRNNParamsToCanonicalV2.Options... options)
Factory method to create a class wrapping a new CudnnRNNParamsToCanonicalV2 operation.
|
Copyright © 2015–2019. All rights reserved.