public class cudnnRNNInputMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_LINEAR_INPUT
adjustable weight matrix in first layer input GEMM
|
static int |
CUDNN_SKIP_INPUT
fixed identity matrix in the first layer input GEMM
|
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_LINEAR_INPUT
public static final int CUDNN_SKIP_INPUT
public static String stringFor(int n)
Copyright © 2024. All rights reserved.