ExportFlavor type
定义 ExportFlavor 的值。 可能的值包括:“Linux”、“Windows”、“ONNX10”、“ONNX12”、“ARM”、“TensorFlowNormal”、“TensorFlowLite”
type ExportFlavor =
| "Linux"
| "Windows"
| "ONNX10"
| "ONNX12"
| "ARM"
| "TensorFlowNormal"
| "TensorFlowLite"