Skip to content
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

simplify compiledfunction by using a regular Lookup for the output dispatch #424

Open
avibryant opened this issue Dec 12, 2019 · 1 comment
Milestone

Comments

@avibryant
Copy link
Collaborator

No description provided.

@avibryant
Copy link
Collaborator Author

  • Could also have output0 ... outputN methods on CompiledFunction.
  • This probably isn't reasonable given that with gradients, we need targets*parameters outputs.
  • However if we generated output methods that filled in an array of size parameters+1, then this would be reasonable.

@avibryant avibryant added this to the 0.3.1 milestone Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant