most of the build instructions i see for tensorflow-metal focus on installing the python libs for tensorflow with the tensor flow-metal plugin.
is it possible to build the tensorflow dylibs for the C API using this plugin? has anyone done it?
thanks for any ideas!
Unfortunately no, the Pluggable interface as its currently designed and its device discovery mechanism depends on Python packaging location : 'site-packages/<plugin_devices>'. Potentially that can be extended so the C/C++ API dylibs can load the Plugin devices as well. Can you please bring this up on Tensorflow Developers forums.