TensorFlow Lite 模型輸出物件
簽名:
export interface TFLiteModel
屬性
屬性 | 類型 | 說明 |
---|---|---|
gcsTfliteUri | 字串 | 最初提供模型給 Firebase 的 URI。 |
sizeBytes | 數字 | 模型的大小。 |
TFLiteModel.gcsTfliteUri
最初提供模型給 Firebase 的 URI。
簽名:
readonly gcsTfliteUri?: string;
TFLiteModel.sizeBytes
模型的大小。
簽名:
readonly sizeBytes: number;