public class cudnnCTCLossAlgo extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_CTC_LOSS_ALGO_DETERMINISTIC |
static int |
CUDNN_CTC_LOSS_ALGO_NON_DETERMINISTIC |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_CTC_LOSS_ALGO_DETERMINISTIC
public static final int CUDNN_CTC_LOSS_ALGO_NON_DETERMINISTIC
public static String stringFor(int n)
Copyright © 2022. All rights reserved.