Home
last modified time | relevance | path

Searched refs:SequenceLength (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_decoder.h38 typedef Eigen::Map<const Eigen::ArrayXi> SequenceLength; typedef
56 virtual bool Decode(const SequenceLength& seq_len,
77 bool Decode(const CTCDecoder::SequenceLength& seq_len, in Decode()
Dctc_beam_search.h100 bool Decode(const CTCDecoder::SequenceLength& seq_len,
158 const CTCDecoder::SequenceLength& seq_len, in Decode()
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_decoder.h38 typedef Eigen::Map<const Eigen::ArrayXi> SequenceLength; typedef
56 virtual Status Decode(const SequenceLength& seq_len,
77 Status Decode(const CTCDecoder::SequenceLength& seq_len, in Decode()
Dctc_beam_search.h102 Status Decode(const CTCDecoder::SequenceLength& seq_len,
159 const CTCDecoder::SequenceLength& seq_len, in Decode()