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

Implicit conversion of Function to Variable #2

Open
mathias-brandewinder opened this issue Nov 22, 2017 · 0 comments
Open

Implicit conversion of Function to Variable #2

mathias-brandewinder opened this issue Nov 22, 2017 · 0 comments

Comments

@mathias-brandewinder
Copy link
Owner

Built-in functions, such as CNTKLib.ElementTimes, typically expect one or more Variable(s) as an input, but return a Function. As a result, composition in F# requires explicit conversions everywhere, to convert the output of a Function into a Variable so that it can be passed forward to another function, which makes direct composition difficult.

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