OrtApi.GetTypeInfo

Get the type information of an OrtValue \param value \param out The returned value should be freed by OrtReleaseTypeInfo after use

struct OrtApi
OrtStatus* function(const(OrtValue)* value, OrtTypeInfo** out_) GetTypeInfo;

Meta