-
Notifications
You must be signed in to change notification settings - Fork 538
Closed
Description
Encode the string src
(src_len
bytes long) into dst
in the format
required by TF_STRING tensors. Does not write to memory more than dst_len
bytes beyond *dst
. dst_len
should be at least
TF_CAPI_EXPORT extern size_t TF_StringEncode(const char* src, size_t src_len, char* dst, size_t dst_len, TF_Status* status);
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request