共用方式為


Flavor type

定義 Flavor 的值。 可能的值包括:'Linux'、'Windows'、'ONNX10'、'ONNX12'、'ARM'、'TensorFlowNormal'、'TensorFlowLite'

type Flavor =
  | "Linux"
  | "Windows"
  | "ONNX10"
  | "ONNX12"
  | "ARM"
  | "TensorFlowNormal"
  | "TensorFlowLite"