You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
You can use c++filt to demangle that name and see which piece of code is missing. It looks similar to tensorflow::functor::DeepConv2D. [Why didn't you copy-paste the actual text, but added a screenshot?]
If you don't manage to link in that symbol, you could just include the related source files from the TensorFlow sources, of course.
I use the Makefile to generate the .so file.
I tried to load the custom op library, but I get the following error:
The text was updated successfully, but these errors were encountered: