tflite_web library
Classes
- ModelTensorInfo
- Model input/output tensor info
- NamedTensorMap
- Named Tensor Map
- Tensor
- A Tensor object represents an immutable, multidimensional array of numbers that has a shape and a data type.
- TFLiteModel
- TFLite model
- TFLiteWeb
- TFLite Web
Enums
- TFLiteDataType
- TFLite Data Type
Extensions
- ModelTensorInfoExtensions on ModelTensorInfo
- ModelTensorInfo Extensions
- NamedTensorMapExtensions on NamedTensorMap
- Named Tensor Map Extensions
- TensorExtensions on Tensor
- Tensor Extension
Functions
-
createTensor(
Object data, {List< int> ? shape, TFLiteDataType? type}) → Tensor - Creates a tf.Tensor with the provided values, shape and dtype.
Exceptions / Errors
- TFLiteWebException
- Exception related to TFLiteWeb package