Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Migrate from TF C++ API to TF C API #2008

Closed
njzjz opened this issue Oct 18, 2022 · 1 comment
Closed

[Feature Request] Migrate from TF C++ API to TF C API #2008

njzjz opened this issue Oct 18, 2022 · 1 comment

Comments

@njzjz
Copy link
Member

njzjz commented Oct 18, 2022

Summary

This proposal is to migrate from TensorFlow C++ API to TensorFlow C API.

Detailed Description

According to the TensorFlow website, C API has backward compatibility, but C++ API does not. This means a library built by TF 2.0 C API should also work on 2.11, but a library built by TF 2.0 C++ API may have different symbols in 2.11.

Also, C API will not be affected by C++ compilers or standards, considering C is stable.

Further Information, Files, and Links

A tutorial to use C API: tensorflow/community#352
An example: https://github.com/microsoft/tensorflow-directml-plugin

@njzjz njzjz assigned njzjz and unassigned njzjz Dec 8, 2023
@njzjz
Copy link
Member Author

njzjz commented Dec 12, 2023

Close as not planed.

@njzjz njzjz closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant