public abstract class BaseCudnnHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseCudnnHelper.CudnnContext |
protected static class |
BaseCudnnHelper.DataCache |
protected static class |
BaseCudnnHelper.TensorArray |
| Modifier and Type | Field and Description |
|---|---|
protected org.bytedeco.javacpp.Pointer |
alpha |
protected org.bytedeco.javacpp.Pointer |
beta |
protected int |
dataType |
protected int |
dataTypeSize |
protected org.bytedeco.javacpp.SizeTPointer |
sizeInBytes |
protected static int |
tensorFormat |
| Constructor and Description |
|---|
BaseCudnnHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
checkCuda(int error) |
protected static void |
checkCudnn(int status) |
boolean |
checkSupported() |
protected static final int tensorFormat
protected int dataType
protected int dataTypeSize
protected org.bytedeco.javacpp.Pointer alpha
protected org.bytedeco.javacpp.Pointer beta
protected org.bytedeco.javacpp.SizeTPointer sizeInBytes
Copyright © 2017. All rights reserved.