Home
last modified time | relevance | path

Searched refs:labels_indices (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dctc_loss_op.cc51 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/
Dctc_ops.cc39 ShapeHandle labels_indices; in __anon78c05cd60102() local
44 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 2, &labels_indices)); in __anon78c05cd60102()
49 TF_RETURN_IF_ERROR(c->Merge(c->Dim(labels_indices, 0), in __anon78c05cd60102()
Dops.pbtxt5129 name: "labels_indices"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CTCLoss.pbtxt10 name: "labels_indices"
13 `labels_indices(i, :) == [b, t]` means `labels_values(i)` stores the id for
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt533 …argspec: "args=[\'inputs\', \'labels_indices\', \'labels_values\', \'sequence_length\', \'preproce…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt533 …argspec: "args=[\'inputs\', \'labels_indices\', \'labels_values\', \'sequence_length\', \'preproce…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go4515 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/
Dops_history.v0.pbtxt7307 name: "labels_indices"
Dops_history.v2.pbtxt12343 name: "labels_indices"
12384 name: "labels_indices"
Dops_history.v1.pbtxt12343 name: "labels_indices"
12384 name: "labels_indices"