libtensorflow_cc icon indicating copy to clipboard operation
libtensorflow_cc copied to clipboard

Pre-built libtensorflow_cc.so and Docker Images for TensorFlow C++ API

Results 4 libtensorflow_cc issues
Sort by recently updated
recently updated
newest added

Hello, i am currently using TensorFlow 2.11.0 for GPU and arm64 and i am able to use the functions from c_api.h but not from c_api_experimental.h. I have the error "undefined...

Hi, I'm getting several include errors in files inside `/usr/local/include/tensorflow ` For example, when trying to `#include ` in my project, I get an error inside loader.h that `#include "tensorflow/core/framework/graph_debug_info.pb.h"`...

Building any version of 2.11.1, 2.12.0, 2.12.1, 2.13.0 for arm64 with the current Dockerfiles (and `l4t` base image as devel base) shows the following behavior: - `crosstool_wrapper_driver_is_not_gcc ` error when...

### Description Development is on **AOSP**. Since _TensorFlow Lite_ can not do training (backpropagation), have to use _TensorFlow_. ### Steps to reproduce ``` ~/SusuLib $ wget "https://github.com/ika-rwth-aachen/libtensorflow_cc/releases/download/v2.13.0/libtensorflow-cc_2.13.0_$(dpkg --print-architecture).deb" --2025-06-07 04:11:34--...