Searched refs:labels_t (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ctc_loss_op.cc | 113 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()
|
D | sparse_xent_op_test.cc | 34 auto labels_t = labels.flat<int64>(); in SparseXent() local 36 labels_t(i) = dist(gen); in SparseXent()
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | bucket_ops_test.py | 352 lengths_t, data_t, labels_t = input_queue.dequeue() 357 tensors=[data_t, labels_t],
|
/external/tensorflow/tensorflow/python/ops/ |
D | ctc_ops.py | 768 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/ |
D | metric_ops_test.py | 5914 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 …]
|