-
## Environment
- **TensorFlow Version**: 2.9
- **Python Version**: 3.9.18
- **Operating System**: [Specify your OS]
## Issue Description
I am trying to deploy a TensorFlow Keras model using Ten…
-
Someday we may need to support the custom ops for tflite.
REF: https://www.tensorflow.org/lite/guide/ops_custom
-
### Description of the bug:
running this script
https://github.com/johndpope/IMF/blob/main/tf-export-edge.py
```shell
python tf-export-edge.py
2024-10-19 07:20:44.455948: I tensorflo…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.17.0
### Custom code
No
### OS platform and distribution
Win11…
-
### Description of the bug:
Hi,
I am trying to covert an PyTorch to TFLite which uses `torch.argmax(..).indicies` and `torch.gather(..`) - hence creating `LongTensor`s (Int64). As my targeted r…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
Are any TF-Lite GPU benchmark results for mobile phone are available?
-
Hi,
I am trying to use the EloquentTensorFlowCortexM library to deploy a neural network model on the Sony Spresense, however, I am encountering an error which will not allow me to proceed. I have at…
-
I've recently read [this tf-lite blogpost](https://blog.tensorflow.org/2024/04/faster-dynamically-quantized-inference-with-xnnpack.html?m=1) about faster inference with xnnpack, and would like to try …
-
Hi!
Memory leak in:
https://github.com/emgucv/emgutf/blob/master/Emgu.TF.Lite.Unity/Assets/Emgu.TF.Lite/Demo/CocoSsdMobilenetBehavior.cs
need to be written after line 63
Destroy(tmp);