Searched refs:decode_helper_ (Results 1 – 1 of 1) sorted by relevance
186 OP_REQUIRES_OK(ctx, decode_helper_.ValidateInputsGenerateOutputs( in Compute()242 ctx, decode_helper_.StoreAllDecodedSequences( in Compute()247 CTCDecodeHelper decode_helper_; member in tensorflow::CTCGreedyDecoderOp264 decode_helper_.SetTopPaths(top_paths); in CTCBeamSearchDecoderOp()274 OP_REQUIRES_OK(ctx, decode_helper_.ValidateInputsGenerateOutputs( in Compute()313 best_paths_b.resize(decode_helper_.GetTopPaths()); in Compute()321 ctx, beam_search.TopPaths(decode_helper_.GetTopPaths(), &best_paths_b, in Compute()326 for (int bp = 0; bp < decode_helper_.GetTopPaths(); ++bp) { in Compute()331 OP_REQUIRES_OK(ctx, decode_helper_.StoreAllDecodedSequences( in Compute()337 CTCDecodeHelper decode_helper_; member in tensorflow::CTCBeamSearchDecoderOp