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.cc240 ShapeHandle len_shape = c->input(2); in __anonf38d6eaa0702() local
243 TF_RETURN_IF_ERROR(c->WithRank(pos_shape, c->Rank(len_shape), &unused)); in __anonf38d6eaa0702()
247 DimensionHandle len_dim = c->Dim(len_shape, i); in __anonf38d6eaa0702()
251 " vs. ", c->DebugString(len_shape)); in __anonf38d6eaa0702()