CastTypeInfoToSequenceTypeInfo
* This api augments OrtTypeInfo to return an OrtSequenceTypeInfo when the type is a sequence.
* The OrtSequenceTypeInfo has additional information about the sequence's element type.
This is used by WinML to support model reflection APIs.
*
* Don't free the 'out' value
CastTypeInfoToSequenceTypeInfo * This api augments OrtTypeInfo to return an OrtSequenceTypeInfo when the type is a sequence. * The OrtSequenceTypeInfo has additional information about the sequence's element type. This is used by WinML to support model reflection APIs. * * Don't free the 'out' value