tensorflow_cc icon indicating copy to clipboard operation
tensorflow_cc copied to clipboard

Build and install TensorFlow C++ API library.

Results 12 tensorflow_cc issues
Sort by recently updated
recently updated
newest added

I believe this problem is probably the fault of the tensorflow configure scripts rather than anything specific to tensorflow_cc but I am hoping perhaps someone might have information for how...

I copied #136 codes and revised as Floop suggested that put 3 lines right below Scope root = Scope::NewRootScope(); And I have many make errors. If anyone could help I...

It's currently a huge pain to firewall Tensorflow-dependent libraries within a large project that uses Eigen to avoid clashing headers. This package should either provide a way to build against...

enhancement

Hello, First of all, thanks for your contribution. Would consider packaging this for archlinux (https://aur.archlinux.org) ? Thanks.

enhancement

it's very userful. but waste a lot of time compile on macbook. could somebody help add it to homebrew for mac user

enhancement
help wanted
Mac OS

I have been looking for a clean solution to obtaining the Tensorflow C++ API for a project that I am working on. Your package looks like it provides that clean...

help wanted

It would be great to add [CPack](https://cmake.org/Wiki/CMake:Packaging_With_CPack) functionality in order to be able to distribute this as an already built installer and a standard package for Debian, Ubuntu, etc. See...

enhancement

It would be very useful to get the tensorflow pre-built libraries using conan, or eventually rebuild it from scratch in our custom dockerfile. Probably related to #8. It looks like...

I'm trying to install tensorflow_cc 2.4 on an Nvidia jetson agx xavier with jetpack 4.1 (Ubuntu 18.04). But I get errors when compiling. My Problem is always when I use...

After two hours of compiling, the linking step fails! :( ``` daniel:~/projects/machine-learning/tensorflow_cc/tensorflow_cc/tensorflow_cc/build>make [ 12%] Performing build step for 'tensorflow_base' CUDA support enabled find: ‘/opt/chroots/linuxviewer20230118/root/var/db/sudo’: Permission denied find: ‘/opt/chroots/linuxviewer20230118/root/var/cache/ldconfig’: Permission denied...