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