TFLiteModel interface

A TensorFlow Lite Model output object

Signature:

exportinterfaceTFLiteModel

Properties

PropertyTypeDescription
gcsTfliteUristringThe URI from which the model was originally provided to Firebase.
sizeBytesnumberThe 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.