Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
aonotas committed Nov 19, 2018
1 parent ed10e3b commit 4e63dc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cupy/cuda/cudnn.pyx
Expand Up @@ -450,10 +450,10 @@ cdef extern from "cupy_cudnn.h" nogil:
# CTC
int cudnnCreateCTCLossDescriptor(CTCLossDescriptor* ctcLossDesc)
int cudnnDestroyCTCLossDescriptor(CTCLossDescriptor ctcLossDesc)
int cudnnSetCTCLossDescriptor(CTCLossDescriptor ctcLossDesc,
DataType dataType)
int cudnnGetCTCLossDescriptor(CTCLossDescriptor ctcLossDesc,
DataType* dataType)
int cudnnSetCTCLossDescriptor(
CTCLossDescriptor ctcLossDesc, DataType dataType)
int cudnnGetCTCLossDescriptor(
CTCLossDescriptor ctcLossDesc, DataType* dataType)
int cudnnGetCTCLossWorkspaceSize(
Handle handle, TensorDescriptor probsDesc,
TensorDescriptor gradientsDesc, int* labels,
Expand Down

0 comments on commit 4e63dc2

Please sign in to comment.