Home
last modified time | relevance | path

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

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