Skip to content

Commit

Permalink
rnnt_kernel_util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lcylcy committed Nov 3, 2021
1 parent f89205b commit 28c9de7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oneflow/user/kernels/rnnt_kernel_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ typedef enum {
RNNT_STATUS_UNKNOWN_ERROR = 4
} rnntStatus_t;

int get_warprnnt_version();

const char* rnntGetStatusString(rnntStatus_t status);

struct rnntOptions {
unsigned int num_threads;
int blank_label;
Expand Down

0 comments on commit 28c9de7

Please sign in to comment.