Registry / other / tensorflow-cc

tensorflow-cc

JSON →
library2.10.0vcpkgunverified

Library for computation using data flow graphs for scalable machine learning (C++ API version)

vcpkg install tensorflow-cc
INSTALL
IMPORT
SIG · TENSORFLOW-CC
T
tensorflow-cc
othercppv2.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tensorflow/core/public/session.h
#include <tensorflow/core/public/session.h>

Basic TensorFlow C++ session creation

#include "tensorflow/core/public/session.h" int main() { tensorflow::Session* session; tensorflow::NewSession(tensorflow::SessionOptions(), &session); // Use session for inference return 0; }
Debug
Known issues
breakingTensorFlow C++ API is not as stable as Python API; ABI may change between versions.
fix
Ensure you link against the exact same version of TensorFlow that you built against.
affects: all
Upgrade
Version history
2.10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

tensorflow-cc — pip install tensorflow-cc · libregistry