列舉
以下列舉全域性可用。
-
ORT 日誌詳細級別。
檢視更多宣告
Objective-C
enum ORTLoggingLevel : int32_t {}Swift
enum ORTLoggingLevel : Int32, @unchecked Sendable -
ORT 值型別。目前支援所有型別的一個子集。
檢視更多宣告
Objective-C
enum ORTValueType : int32_t {}Swift
enum ORTValueType : Int32, @unchecked Sendable -
ORT 張量元素資料型別。目前支援所有型別的一個子集。
檢視更多宣告
Objective-C
enum ORTTensorElementDataType : int32_t {}Swift
enum ORTTensorElementDataType : Int32, @unchecked Sendable -
ORT 圖最佳化級別。更多詳細資訊請參見此處:https://onnxruntime.llms.tw/docs/performance/model-optimizations/graph-optimizations.html
檢視更多宣告
Objective-C
enum ORTGraphOptimizationLevel : int32_t {}Swift
enum ORTGraphOptimizationLevel : Int32, @unchecked Sendable
在 GitHub 上檢視
列舉參考