Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

tensorflow.python.framework.errors_impl.NotFoundError: IVS/IVS_conv/cc/ops/_ivs_conv_ops.so: undefined symbol: _ZN10tensorflow7functor10DeepConv2DIN5Eigen16ThreadPoolDeviceEfEclEPNS_15OpKernelContextERKNS_10Conv2DArgsEPKfSB_Pf error #96

Open
ivs-pychen opened this issue Jan 27, 2021 · 3 comments

Comments

@ivs-pychen
Copy link

ivs-pychen commented Jan 27, 2021

I use the Makefile to generate the .so file.
I tried to load the custom op library, but I get the following error:
image

@hs805430
Copy link

Hello, I have the same problem as you, but the.so file cannot be opened for modification. How do you solve it?

@maxhgerlach
Copy link

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.

@ice-tong
Copy link

I use the Makefile to generate the .so file. I tried to load the custom op library, but I get the following error: image

Same problem, any solution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants