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
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.
The text was updated successfully, but these errors were encountered:
Built-in functions, such as
CNTKLib.ElementTimes
, typically expect one or moreVariable
(s) as an input, but return aFunction
. As a result, composition in F# requires explicit conversions everywhere, to convert the output of aFunction
into aVariable
so that it can be passed forward to another function, which makes direct composition difficult.The text was updated successfully, but these errors were encountered: