Is it possible to compile an application running the tensorflow
c_api
on GPU
by using emscripten
.
Will it run in the browser and utilize the GPU given that there is one?
I have code that can be run using CPU or GPU depending on the c_api
dll
provided by tensorflow
.