A TensorFlow Lite Model output object
Signature:
export interface TFLiteModel
Properties
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:
readonly gcsTfliteUri?: string;
TFLiteModel.sizeBytes
The size of the model.
Signature:
readonly sizeBytes: number;