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
Unfortunately this doesn't seem to work, the Parser seems to have problems with the const (it seems to contract const Node* to constNode*). Any idea how to fix this?
Best,
Philipp.
The text was updated successfully, but these errors were encountered:
I've fixed the issue with the const, but that's not enough. I've made those members "write only". We can't convert std::function to a function object or a function pointer like JavaCPP uses right now... Anyway, the consider function looks like a setting for users, right? So, should be OK the way I've put it.
This has been included in the release of version 1.2, so I'm guessing that the above restrictions are satisfactory. Let me know if they are not though, thanks!
Thanks a lot for your help so far!
To make modifying existing TensorFlow graphs in Java possible we'd like to wrap
Unfortunately for this to work I think we also need
from the structs in the same file. I tried
and then
Unfortunately this doesn't seem to work, the Parser seems to have problems with the
const
(it seems to contractconst Node*
toconstNode*
). Any idea how to fix this?Best,
Philipp.
The text was updated successfully, but these errors were encountered: