Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dctc_loss_op.cc113 ctc::CTCLossCalculator::LabelSequences labels_t(batch_size); in Compute() local
122 std::vector<int>* b_values = &labels_t[batch_indices]; in Compute()
127 OP_REQUIRES(ctx, static_cast<size_t>(batch_size) == labels_t.size(), in Compute()
129 "len(labels): ", labels_t.size(), in Compute()
165 seq_len_t, labels_t, input_list_t, in Compute()
Dsparse_xent_op_test.cc34 auto labels_t = labels.flat<int64>(); in SparseXent() local
36 labels_t(i) = dist(gen); in SparseXent()
/external/tensorflow/tensorflow/contrib/training/python/training/
Dbucket_ops_test.py352 lengths_t, data_t, labels_t = input_queue.dequeue()
357 tensors=[data_t, labels_t],
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py768 def compute_ctc_loss(logits_t, labels_t, label_length_t, logit_length_t, argument
772 labels_t.set_shape(labels.shape)
777 labels=labels_t,
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py5914 labels_t = array_ops.placeholder(dtypes_lib.float32, [stride])
5916 cov, update_op = metrics.streaming_covariance(predictions_t, labels_t)
5923 labels_t: labels[stride * i:stride * (i + 1)]
5950 labels_t = array_ops.placeholder(dtypes_lib.float32, [stride])
5954 predictions_t, labels_t, weights=weights_t)
5961 labels_t: labels[stride * i:stride * (i + 1)],
6080 labels_t = constant_op.constant(
6086 predictions_t, labels_t, weights=weights_t)
6103 labels_t = array_ops.placeholder(dtypes_lib.float32, [stride])
6106 predictions_t, labels_t)
[all …]