Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dstring_ops.cc131 ShapeHandle len_shape = c->input(2); in __anon5bd2fe870302() local
134 TF_RETURN_IF_ERROR(c->WithRank(pos_shape, c->Rank(len_shape), &unused)); in __anon5bd2fe870302()
138 DimensionHandle len_dim = c->Dim(len_shape, i); in __anon5bd2fe870302()
142 " vs. ", c->DebugString(len_shape)); in __anon5bd2fe870302()