OnnxMapTypeAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열을 IDataView 필드로 선언 OnnxMapType 하려면 연결된 필드를 class
.로 표시OnnxMapTypeAttribute해야 합니다.
해당 용도는 .VectorTypeAttribute에서 파생된 DataViewTypeAttribute다른 es와 class
유사합니다.
public sealed class OnnxMapTypeAttribute : Microsoft.ML.Data.DataViewTypeAttribute
type OnnxMapTypeAttribute = class
inherit DataViewTypeAttribute
Public NotInheritable Class OnnxMapTypeAttribute
Inherits DataViewTypeAttribute
- 상속
생성자
OnnxMapTypeAttribute() |
지도(사전) 형식을 만듭니다. |
OnnxMapTypeAttribute(Type, Type) |
지도(사전) 형식을 만듭니다. 맵은 키-값 쌍의 컬렉션입니다. |
메서드
Equals(DataViewTypeAttribute) |
키 형식이 동일하고 값 형식이 같은 지도 형식은 같아야 합니다. |
GetHashCode() |
동일한 키 형식과 동일한 값 형식을 가진 지도 형식에 대해 동일한 해시 코드를 생성합니다. |
Register() |
의 구현입니다 Register(). |