OrtApi.FillStringTensor

\param value A tensor created from OrtCreateTensor... function. \param s each A string array. Each string in this array must be null terminated. \param s_len length of s

struct OrtApi
OrtStatus* function(OrtValue* value, const(char*)* s, size_t s_len) FillStringTensor;

Meta