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.cc89 auto seq_len_t = (*seq_len)->vec<int32>(); in ValidateInputsGenerateOutputs() local
92 if (!(seq_len_t(b) <= max_time)) { in ValidateInputsGenerateOutputs()
207 auto seq_len_t = seq_len->vec<int32>(); in Compute() local
222 for (int t = 0; t < seq_len_t(b); ++t) { in Compute()
279 auto seq_len_t = seq_len->vec<int32>(); in Compute() local
314 for (int t = 0; t < seq_len_t(b); ++t) { in Compute()
Dctc_loss_op.cc82 auto seq_len_t = seq_len->vec<int32>(); in Compute() local
134 ctx, seq_len_t(b) <= max_time, in Compute()
165 seq_len_t, labels_t, input_list_t, in Compute()