Searched refs:labels_indices (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ctc_loss_op.cc | 51 const Tensor* labels_indices; in Compute() local 55 OP_REQUIRES_OK(ctx, ctx->input("labels_indices", &labels_indices)); in Compute() 63 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(labels_indices->shape()), in Compute() 84 OP_REQUIRES(ctx, labels_indices->dim_size(0) == labels_values->dim_size(0), in Compute() 88 labels_indices->shape().DebugString(), " vs. ", in Compute() 95 auto labels_indices_t = labels_indices->matrix<int64>(); in Compute() 97 for (int i = 0; i < labels_indices->dim_size(0); i++) { in Compute() 105 ctx, sparse::SparseTensor::Create(*labels_indices, *labels_values, in Compute()
|
/external/tensorflow/tensorflow/core/ops/ |
D | ctc_ops.cc | 39 ShapeHandle labels_indices; in __anon7dc6794d0102() local 44 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 2, &labels_indices)); in __anon7dc6794d0102() 49 TF_RETURN_IF_ERROR(c->Merge(c->Dim(labels_indices, 0), in __anon7dc6794d0102()
|
D | ops.pbtxt | 5129 name: "labels_indices"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CTCLoss.pbtxt | 10 name: "labels_indices" 13 `labels_indices(i, :) == [b, t]` means `labels_values(i)` stores the id for
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 533 …argspec: "args=[\'inputs\', \'labels_indices\', \'labels_values\', \'sequence_length\', \'preproce…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 533 …argspec: "args=[\'inputs\', \'labels_indices\', \'labels_values\', \'sequence_length\', \'preproce…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 4515 func CTCLoss(scope *Scope, inputs tf.Output, labels_indices tf.Output, labels_values tf.Output, seq… 4526 inputs, labels_indices, labels_values, sequence_length,
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 7307 name: "labels_indices"
|
D | ops_history.v1.pbtxt | 12343 name: "labels_indices" 12384 name: "labels_indices"
|
D | ops_history.v2.pbtxt | 12343 name: "labels_indices" 12384 name: "labels_indices"
|