OnnxSequenceTypeAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
若要將 中的資料行宣告 OnnxSequenceType 為 中的 class
欄位,相關聯的欄位應該標示為 OnnxSequenceTypeAttribute 。 IDataView
其用法類似于 VectorTypeAttribute 衍生自 DataViewTypeAttribute 的 class
和其他 es。
public sealed class OnnxSequenceTypeAttribute : Microsoft.ML.Data.DataViewTypeAttribute
type OnnxSequenceTypeAttribute = class
inherit DataViewTypeAttribute
Public NotInheritable Class OnnxSequenceTypeAttribute
Inherits DataViewTypeAttribute
- 繼承
建構函式
OnnxSequenceTypeAttribute() |
已淘汰.
建立序列類型。 |
OnnxSequenceTypeAttribute(Type) |
建立 |
方法
Equals(DataViewTypeAttribute) |
具有相同專案類型的序列類型應該相等。 |
GetHashCode() |
針對具有相同專案類型的序列類型產生相同的雜湊碼。 |
Register() |
的實作 Register() 。 |