-
Notifications
You must be signed in to change notification settings - Fork 214
Scripts #772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts #772
Conversation
1. Calling methods other than 'forward' 2. Compiling Python scripts containing functions.
|
@kaiidams -- this is in response to your recent issues. If you have some time, please take a look at it. |
b244ff0
|
@tarekgh, @kaiidams -- I need to bother you with a re-review. I've added limited support for additional types in TorchScript, and that code needs some checking. Specifically, it's the passing of TensorOrScalar to and from native code, as well as the processing of arguments and return values on either side. |
Addressing #770 and #765.