OrtApi.GetDenotationFromTypeInfo

GetDenotationFromTypeInfo * This api augments OrtTypeInfo to return denotations on the type. * This is used by WinML to determine if an input/output is intended to be an Image or a Tensor.

struct OrtApi
OrtStatus* function(const(OrtTypeInfo)*, const char** denotation, size_t* len) GetDenotationFromTypeInfo;

Meta