-
**System information**
- TensorFlow version (you are using): 2.8
- Are you willing to contribute it (Yes/No): Only with a system change
**Describe the feature and the current behavior/state.**
B…
-
### Description
I'm trying to build OpenVINO as a static library along with any other dependencies due to the nature of my project. Unfortunately, TBB cannot be built statically, so I hope to use …
-
**Environment:**
1. Framework: TensorFlow,
2. Framework version: 2.16
3. Horovod version: 0.28.1
4. MPI version:
5. CUDA version: 12.2
6. NCCL version:
7. Python version: 3.11.8
8. Spark / …
-
I have previously crosscompiled different versions of TensorFlow lite (2.14, 2.15.1, 2.16.2) for Python 3.10 using CMAKE and following the instructions from the [website ](https://ai.google.dev/edge/l…
-
I have been trying to run the inlining-demo, but keep running into the same error while [building LLVM](https://github.com/google/ml-compiler-opt/blob/main/docs/inlining-demo/demo.md#build-llvm) for F…
-
I was trying to compile some of the examples requiring the Tensorflow C-API, however so far I'm unable to get FindTensorflow.cmake to find the version of Tensorflow I installed from source
I'm usin…
-
I use anaconda and establish the virtual environment 3.6.3 tensorflow 1.12 with GPU
can you tell me where to set all the paths?
```console
(venv) C:\lib\tensorflow-cmake\custom_op\user_ops>cmak…
-
Hello, Thank you so much for sharing this amazing work. Really grateful for this. I tried to install it following the installation guides give [here](https://flightmare.readthedocs.io/en/latest/gettin…
-
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"tensorflow_ros_cpp" with any of the following …
-
I have the problem to update the `CMakeLists.txt`:
```
cmake_minimum_required(VERSION 3.7)
project(tf_detector_example)
set(CMAKE_CXX_STANDARD 11)
set(SOURCE_FILES main.cpp utils.cpp utils.…