Using tf-dml-plugin c_api with tensorflow application - how to get started? #336
Unanswered
williamli9300
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A bit new to linux and c api's, but i'd like to use tf-dml-plugin c_api with a bundled program (as outlined here, but on linux (ubuntu 22.04.1 LTS on WSL2), program available here). I'm not quite sure how to get started: the program comes bundled with
libtensorflow.so.2
andlibtensorflow_framework.so.2
. How should I go about installing/moving around the c_api so that I can get the program to talk to tensorflow to talk to the plugin? I tried moving files around as one might with the original tf-dml, but evidently this one doesn't come packed withtensorflow.so
. I tried installinglibtensorflow-cpu-linux-2.10.0
in the folder as I would have with the original tf-dml, but I'm assuming it doesn't really work in the same way. TIA for any help!Beta Was this translation helpful? Give feedback.
All reactions