public class cudnnAttnQueryMap extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_ATTN_QUERYMAP_ALL_TO_ONE
multiple Q-s when beam width > 1 map to a single (K,V) set
|
static int |
CUDNN_ATTN_QUERYMAP_ONE_TO_ONE
multiple Q-s when beam width > 1 map to corresponding (K,V) sets
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_ATTN_QUERYMAP_ALL_TO_ONE
public static final int CUDNN_ATTN_QUERYMAP_ONE_TO_ONE
public static String stringFor(int n)
Copyright © 2019. All rights reserved.