Skip to content

c_api.TF_StringEncode #32

@Oceania2018

Description

@Oceania2018

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions