CastTypeInfoToMapTypeInfo
* This api augments OrtTypeInfo to return an OrtMapTypeInfo when the type is a map.
* The OrtMapTypeInfo has additional information about the map's key type and value type.
* This is used by WinML to support model reflection APIs.
*
* Don't free the 'out' value
CastTypeInfoToMapTypeInfo * This api augments OrtTypeInfo to return an OrtMapTypeInfo when the type is a map. * The OrtMapTypeInfo has additional information about the map's key type and value type. * This is used by WinML to support model reflection APIs. * * Don't free the 'out' value