PatWie/tensorflow-cmake
TensorFlow examples in C, C++, Go and Python without bazel but with cmake and FindTensorFlow.cmake
This collection provides straightforward examples for integrating TensorFlow models into C, C++, Go, and Python applications without using Bazel. It simplifies tasks like loading pre-trained models for inference, compiling custom operations (with or without CUDA), or serving models with TensorFlow Serving. The primary users are software developers who need to embed machine learning capabilities into their non-Python applications.
444 stars. No commits in the last 6 months.
Use this if you are a developer looking for simple, reliable examples to use TensorFlow within your C, C++, or Go projects using CMake instead of Bazel.
Not ideal if you are solely working in Python or prefer to use Bazel for your build system.
Stars
444
Forks
91
Language
CMake
License
Apache-2.0
Category
Last pushed
Aug 18, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PatWie/tensorflow-cmake"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
apache/tvm
Open Machine Learning Compiler Framework
uxlfoundation/oneDNN
oneAPI Deep Neural Network Library (oneDNN)
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
OpenMined/TenSEAL
A library for doing homomorphic encryption operations on tensors
iree-org/iree-turbine
IREE's PyTorch Frontend, based on Torch Dynamo.