tensorflow
tensorflow copied to clipboard
An Open Source Machine Learning Framework for Everyone
Click to expand! ### Issue Type Bug ### Source binary ### Tensorflow Version tf 2.9 ### Custom Code Yes ### OS Platform and Distribution Linux Ubuntu 20.04 ### Mobile device...
Click to expand! ### Issue Type Support ### Source source ### Tensorflow Version tf 2.9.1 ### Custom Code No ### OS Platform and Distribution Windows 11 ### Mobile device _No...
Click to expand! ### Issue Type Build/Install ### Source source ### Tensorflow Version current master ### Custom Code No ### OS Platform and Distribution Linux Debian Unstable ### Mobile device...
Click to expand! ### Issue Type Bug ### Source binary ### Tensorflow Version tf 2.9 ### Custom Code Yes ### OS Platform and Distribution Linux Ubuntu 20.04 ### Mobile device...
Click to expand! ### Issue Type Build/Install ### Source binary ### Tensorflow Version 2.9.2 ### Custom Code No ### OS Platform and Distribution MacOs M1 ### Mobile device _No response_...
This PR adds TF-TRT support to `tf.nn.log_softmax` operation. This is performed using the formula `logsoftmax = logits - log(reduce_sum(exp(logits), axis=-1))` . The implemented TRT layers are fused into a single...
Implementation of converter for [`ops::SelectV2`](https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/select-v2) operation.
Propagate a timeout for DeviceFinder when waiting for workers to respond. Currently if any of the workers didn't respond, `DeviceFinder::Wait()` will get stuck in the while-loop. This change introduces a...
**System information** - Xamarin.Android Android 12.0 - Xamarin Tensorflow Lite 2.6.0.1 - Visual Studio 2022 c# **Standalone code to reproduce the issue** Enableing NNAPI (options.SetUseNNAPI(true);) interpreter = new Interpreter(mappedByteBuffer, options);...