TFLiteModel interface Stay organized with collections Save and categorize content based on your preferences.
A TensorFlow Lite Model output object
Signature:
exportinterfaceTFLiteModelProperties
| Property | Type | Description |
|---|---|---|
| gcsTfliteUri | string | The URI from which the model was originally provided to Firebase. |
| sizeBytes | number | The size of the model. |
TFLiteModel.gcsTfliteUri
The URI from which the model was originally provided to Firebase.
Signature:
readonlygcsTfliteUri?:string;TFLiteModel.sizeBytes
The size of the model.
Signature:
readonlysizeBytes:number;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-07 UTC.