Modifier and Type | Method and Description |
---|---|
static int |
JCudnn.cudnnCreatePersistentRNNPlan(cudnnRNNDescriptor rnnDesc,
int minibatch,
int dataType,
cudnnPersistentRNNPlan plan)
Expensive.
|
static int |
JCudnn.cudnnDestroyPersistentRNNPlan(cudnnPersistentRNNPlan plan) |
static int |
JCudnn.cudnnSetPersistentRNNPlan(cudnnRNNDescriptor rnnDesc,
cudnnPersistentRNNPlan plan)
Attaches the plan to the descriptor.
|
Copyright © 2018. All rights reserved.