OnnxMapTypeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
若要将列IDataView声明OnnxMapType为字段中class
的字段,应标记OnnxMapTypeAttribute关联的字段。
它的用途类似于VectorTypeAttribute派生自DataViewTypeAttribute的和派生的其他 class
es 的用途。
public sealed class OnnxMapTypeAttribute : Microsoft.ML.Data.DataViewTypeAttribute
type OnnxMapTypeAttribute = class
inherit DataViewTypeAttribute
Public NotInheritable Class OnnxMapTypeAttribute
Inherits DataViewTypeAttribute
- 继承
构造函数
OnnxMapTypeAttribute() |
创建地图 (aka dictionary) 类型。 |
OnnxMapTypeAttribute(Type, Type) |
创建地图 (aka dictionary) 类型。 映射是键值对的集合。 |
方法
Equals(DataViewTypeAttribute) |
具有相同键类型和相同值类型的映射类型应相等。 |
GetHashCode() |
为具有相同键类型和相同值类型的映射类型生成相同的哈希代码。 |
Register() |
的 Register()实现 。 |