Home
last modified time | relevance | path

Searched refs:seq_len_t (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dctc_decoder_ops.cc91 auto seq_len_t = (*seq_len)->vec<int32>(); in ValidateInputsGenerateOutputs() local
94 if (!(seq_len_t(b) <= max_time)) { in ValidateInputsGenerateOutputs()
218 auto seq_len_t = seq_len->vec<int32>(); in Compute() local
233 for (int t = 0; t < seq_len_t(b); ++t) { in Compute()
299 auto seq_len_t = seq_len->vec<int32>(); in Compute() local
335 for (int t = 0; t < seq_len_t(b); ++t) { in Compute()
Dctc_loss_op.cc120 auto seq_len_t = seq_len->vec<int32>(); in Compute() local
172 ctx, seq_len_t(b) <= max_time, in Compute()
203 seq_len_t, labels_t, input_list_t, in Compute()