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
I am attempting to construct new network using tensorrt API.
When doing this, I have not been able to find any way to set values field in Weights class.
In particular, there is no values(Pointer) method in generated Weights java class.
I've included the fix in commit 18a01ba. Please give it a try with 1.4.5-SNAPSHOT in a few hours when the builds are ready: http://bytedeco.org/builds/
I am attempting to construct new network using tensorrt API.
When doing this, I have not been able to find any way to set values field in Weights class.
In particular, there is no values(Pointer) method in generated Weights java class.
Weights class in .h is defined as:
This seems to prevent me from creating any network at all.
The text was updated successfully, but these errors were encountered: