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 was archived by the owner on May 15, 2023. It is now read-only.
It looks like some TensorFlow symbols are duplicated in the _pywrapweaver.so file, but not all of them:
% nm ./org_fold/tensorflow_fold/loom/_pywrapweaver.so
...
0000000000070e50 T __ZN10tensorflow5OpDef10SharedDtorEv
...
U __ZN10tensorflow11TensorShape9InsertDimEix
It's possible that proto symbols are being duplicated and non-proto symbols are not.