public class cudnnBackendTensorReordering extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_TENSOR_REORDERING_F16x16 |
static int |
CUDNN_TENSOR_REORDERING_INT8x32 |
static int |
CUDNN_TENSOR_REORDERING_NONE |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_TENSOR_REORDERING_NONE
public static final int CUDNN_TENSOR_REORDERING_INT8x32
public static final int CUDNN_TENSOR_REORDERING_F16x16
public static String stringFor(int n)
Copyright © 2023. All rights reserved.