OrtApi.CastTypeInfoToMapTypeInfo

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

struct OrtApi
OrtStatus* function(const(OrtTypeInfo)* type_info, const(OrtMapTypeInfo*)* out_) CastTypeInfoToMapTypeInfo;

Meta