tensorflow
tensorflow copied to clipboard
An Open Source Machine Learning Framework for Everyone
Refer to the original commit: https://github.com/tensorflow/tensorflow/commit/f3f9cb38ecfe5a8a703f2c4a8fead434ef291713
The following Bitcast related test cases would fail on s390x (BE machines): - `//tensorflow/python/ops/ragged:ragged_bitcast_op_test` - `//tensorflow/compiler/tests:cast_ops_test_cpu` - `//tensorflow/compiler/tests:cast_ops_test_cpu_mlir_bridge_test` I found the root cause is that the basic Bitcast operation in...
Refer to the original commit: https://github.com/tensorflow/tensorflow/commit/aca766ac7693bf29ed0df55ad6bfcc78f35e7f48
Test case `//tensorflow/compiler/mlir/quantization/tensorflow/python:quantize_model_test` would fail on s390x (BE machines) due to endianness issue in `static range quantization` process. This PR is to swap the tensor content in `graph_def` after the...
Click to expand! ### Issue Type Performance ### Source binary ### Tensorflow Version tf 2.9.1 ### Custom Code No ### OS Platform and Distribution Linux Debian 4.19.249-2 ### Mobile device...
Click to expand! ### Issue Type Build/Install ### Source source ### Tensorflow Version 2.9 ### Custom Code No ### OS Platform and Distribution Windows 11 Enterprise version 21H2 OS build...
Click to expand! ### Issue Type Performance ### Source binary ### Tensorflow Version 2.9.0 ### Custom Code Yes ### OS Platform and Distribution macOS Monterey ### Mobile device _No response_...
The android [digit_classifier](https://github.com/tensorflow/examples/tree/master/lite/examples/digit_classifier/android) is not detecting the correct digit.
Refer to the original commit: https://github.com/tensorflow/tensorflow/commit/e9863e9a9cbde182fc86d03be8081dd45aa9aaa3
Adding support for MklEinsum by default ie. without #ifdef ENABLE_MKL.