Home
last modified time | relevance | path

Searched refs:labels_t (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_xent_op_test.cc34 auto labels_t = labels.flat<int64>(); in SparseXent() local
36 labels_t(i) = dist(gen); in SparseXent()
Dctc_loss_op.cc151 typename ctc::CTCLossCalculator<T>::LabelSequences labels_t(batch_size); in Compute() local
160 std::vector<int>* b_values = &labels_t[batch_indices]; in Compute()
165 OP_REQUIRES(ctx, static_cast<size_t>(batch_size) == labels_t.size(), in Compute()
167 "len(labels): ", labels_t.size(), in Compute()
203 seq_len_t, labels_t, input_list_t, in Compute()
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py1040 def compute_ctc_loss(logits_t, labels_t, label_length_t, logit_length_t, argument
1044 labels_t.set_shape(labels.shape)
1049 labels=labels_t,