OrtApi.GetMapKeyType

GetMapKeyType * This api augments get the key type of a map. Key types are restricted to being scalar types and use ONNXTensorElementDataType. * This is used by WinML to support model reflection APIs.

struct OrtApi
OrtStatus* function(const(OrtMapTypeInfo)* map_type_info, ONNXTensorElementDataType* out_) GetMapKeyType;

Meta