Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsubstr_op.cc283 return UpdatePositivePosAndLenForUtf8(in, *pos, *len, pos, len); in UpdatePosAndLenForUtf8()
289 static bool UpdatePositivePosAndLenForUtf8(const StringPiece in, const T pos, in UpdatePositivePosAndLenForUtf8() function in tensorflow::SubstrOp