OrtApi.GetSequenceElementType

GetSequenceElementType * This api augments get the element type of a sequence. * This is used by WinML to support model reflection APIs.

struct OrtApi
OrtStatus* function(const(OrtSequenceTypeInfo)* sequence_type_info, OrtTypeInfo** type_info) GetSequenceElementType;

Meta