OrtApi.GetStringTensorDataLength

\param value A tensor created from OrtCreateTensor... function. \param len total data length, not including the trailing '\0' chars.

struct OrtApi
OrtStatus* function(const(OrtValue)* value, size_t* len) GetStringTensorDataLength;

Meta