{"id":35248322,"url":"https://github.com/rangsimanketkaew/tensorflow-cpp-api","last_synced_at":"2026-04-07T15:31:30.646Z","repository":{"id":61751025,"uuid":"443108401","full_name":"rangsimanketkaew/tensorflow-cpp-api","owner":"rangsimanketkaew","description":"Guide for building TensorFlow C++ API","archived":false,"fork":false,"pushed_at":"2023-01-07T09:05:57.000Z","size":72,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-02T20:23:57.620Z","etag":null,"topics":["bazel-build","tensorflow","tensorflow-api","tensorflow-cpp","tensorflow2"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rangsimanketkaew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-30T15:08:58.000Z","updated_at":"2023-02-02T08:32:17.000Z","dependencies_parsed_at":"2023-02-06T18:17:23.373Z","dependency_job_id":null,"html_url":"https://github.com/rangsimanketkaew/tensorflow-cpp-api","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/rangsimanketkaew/tensorflow-cpp-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangsimanketkaew%2Ftensorflow-cpp-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangsimanketkaew%2Ftensorflow-cpp-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangsimanketkaew%2Ftensorflow-cpp-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangsimanketkaew%2Ftensorflow-cpp-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rangsimanketkaew","download_url":"https://codeload.github.com/rangsimanketkaew/tensorflow-cpp-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangsimanketkaew%2Ftensorflow-cpp-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31518420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bazel-build","tensorflow","tensorflow-api","tensorflow-cpp","tensorflow2"],"created_at":"2025-12-30T06:11:39.382Z","updated_at":"2026-04-07T15:31:30.641Z","avatar_url":"https://github.com/rangsimanketkaew.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TensorFlow C++ API\n\nTensorFlow provides API to call its modules implemented at a low-level paradigm in C++ class and function.\nhttps://www.tensorflow.org/api_docs/cc\n\n## What is it exactly?\n\nThe functionality of TensorFlow (TF) is implemented in many languages and one of them is C++, \nbut Python is used as an interface (front-end) between the backend system and the users. \nThe TF C++ API is built on TensorFlow Session (in the old version) and TensorFlow ClientSession (in the new version). \nOne can make use of either of these to execute TensorFlow graphs that have been built using the Python API and serialized to a `GraphDef`.\n\n## C++ API for TensorFlow\n\nThe runtime of TensorFlow is written in C++, and mostly, C++ is connected to TensorFlow through header files in `tensorflow/cc`. \nThe C++ API is still in the experimental stages of development, and also the documentation is being updated, \nmeaning that it lacks information and a tutorial about how to use TensorFlow API.\n\n## Content\n\n1. [Compile TensorFlow C++ from source code](./compile_tensorflow_cpp.md)\n2. [TensorFlow Serving](./tensorflow_serving.md)\n3. [Tutorial: Introduction to TensorFlow Tensor](./tensorflow_tensor.md)\n4. [Tutorial: load saved model](./load_model_tensorflow_cpp.md)\n5. [Code: load and run model with multiple input layer](./run_model_multi_input.cpp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frangsimanketkaew%2Ftensorflow-cpp-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frangsimanketkaew%2Ftensorflow-cpp-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frangsimanketkaew%2Ftensorflow-cpp-api/lists"}