| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
CudnnRNNBackpropV3.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<Integer> sequenceLengths,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV3.Options... options)
Factory method to create a class wrapping a new CudnnRNNBackpropV3 operation.
|
Copyright © 2015–2019. All rights reserved.